Retrieve a single product custom field enumeration if the requesting manager has access permissions to it.
Method: GET
GET
URL: /api/v1/product-custom-field-enums/{id}/
/api/v1/product-custom-field-enums/{id}/
id — (required) The ID of the product custom field enumeration.
id
// (no body)
{ "id": 1, "value": "vv1", "product_custom_field": 69 }
{ "message": "Ain't no cake like that." }
Was this helpful?