{ "operationId": "updateProductMetafield", "method": "PUT", "path": "/catalog/products/{product_id}/metafields/{metafield_id}", "summary": "BigCommerce Update a Product Metafield", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "id": 4, "key": "location_id", "value": "Shelf 3, Bin 5", "namespace": "App Namespace", "permission_set": "app_only", "resource_type": "product", "resource_id": 137, "description": "Where products are located", "date_created": "2021-08-06T19:15:35+00:00", "date_modified": "2021-08-06T19:15:35+00:00" }, "meta": {} } } ] }