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 { "name" "cf2", "default value" "2", "product" 1584723961091260 } success response code 200 ok content examples { "id" 67, "name" "cf2", "data type" null, "default value" "2", "description" null, "product" 1584723961091260 }