For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Product custom field enumeration

URL : /api/v1/product-custom-field-enums/

Method : POST

Parameters

  • value - String

  • product_custom_field - Integer

Data example

{
    "value": "vv2",
    "product_custom_field": 10003
}

Success Response

Code : 200 OK

Content examples :

{
    "id": 1,
    "value": "vv2",
    "product_custom_field": 10003
}

Last updated

Was this helpful?