/products/{product_id}/customization-fields/{id}
PUT {{baseUrl}}/products/:product_id/customization-fields/:id
Updates a product extra
Request Body
{"label"=>"<string>", "type"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","label":"\u003cstring\u003e","type":"\u003cinteger\u003e"}