/products/{product_id}/customization-fields
POST {{baseUrl}}/products/:product_id/customization-fields
Creates a new product customisation field
Request Body
{"label"=>"<string>", "type"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"\u003cinteger\u003e","label":"\u003cstring\u003e","type":"\u003cinteger\u003e"}