{ "operationId": "getProductVariantMetafield", "method": "GET", "path": "/catalog/products/{product_id}/variants/{variant_id}/metafields/{metafield_id}", "summary": "BigCommerce Get a Product Variant Metafields", "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": "variant", "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": {} } } ] }