{ "operationId": "createProductMetafield", "method": "POST", "path": "/catalog/products/{product_id}/metafields", "summary": "BigCommerce Create a Product Metafield", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "id": 8, "key": "location_id", "value": "Shelf 3, Bin 5", "namespace": "Inventory Namespace", "permission_set": "read", "resource_type": "product", "resource_id": 158, "description": "Where products are located", "date_created": "2018-09-13T16:42:37+00:00", "date_modified": "2018-09-13T16:42:37+00:00" }, "meta": {} } } ] }