Retrieve Product custom field enumeration

URL : /api/v1/product-custom-field-enums/{id}/

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "id": 1,
    "value": "vv1",
    "product_custom_field": 69
}

Last updated

Was this helpful?