Create Product Custom Field

URL : /api/v1/product-custom-fields/

Method : POST

Parameters

  • name - String

  • data_type - String

    • Choices: number, text, date/time

  • default_value - String

  • description - String

  • product - Integer

Data example

{
    "name": "cf2",
    "default_value": "2",
    "product": 1584723961091260
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?