Update Product custom field enumeration
Parameters
Data example
{
"value": "f4"
}Success Response
{
"id": 1,
"value": "f4",
"product_custom_field": 69
}Last updated
Was this helpful?
URL : /api/v1/product-custom-field-enums/{id}/
Method : PATCH
value - String
{
"value": "f4"
}Code : 200 OK
Content examples :
{
"id": 1,
"value": "f4",
"product_custom_field": 69
}Last updated
Was this helpful?
Was this helpful?