URL : /api/v1/product-custom-fields/
/api/v1/product-custom-fields/
Method : POST
POST
name - String
name
data_type - String
data_type
Choices: number, text, date/time
number
text
date/time
default_value - String
default_value
description - String
description
product - Integer
product
{ "name": "cf2", "default_value": "2", "product": 1584723961091260 }
Code : 200 OK
200 OK
Content examples :
Last updated 4 months ago
Was this helpful?
{ "id": 67, "name": "cf2", "data_type": null, "default_value": "2", "description": null, "product": 1584723961091260 }