{ "operationId": "getProductModifierValue", "method": "GET", "path": "/catalog/products/{product_id}/modifiers/{modifier_id}/values/{value_id}", "summary": "BigCommerce Get a Product Modifier Value", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "id": 190, "option_id": 222, "label": "Yes", "sort_order": 0, "value_data": {}, "is_default": false, "adjusters": { "price": { "adjuster": "relative", "adjuster_value": 5 }, "weight": {}, "image_url": "", "purchasing_disabled": { "status": false, "message": "" } } }, "meta": {} } } ] }