Management API
...
Product
Custom Fields

Create Product Custom Field

3min

Creates a product custom field, if requesting manager has access permissions to it.

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:

JSON


Success Response:

Code: 200 OK

Content Examples:

JSON