/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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cinteger\u003e&quot;}