/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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

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