Update a product customisation fieldAsk AIput https://api.ecommerceapi.uk/v1/products/{product_id}/customization-fields/{id}Updates an existing product customisation field.Path Paramsproduct_idintegerrequiredID of the product which the customisation field is assigned to.idintegerrequiredID of the product customisation field to update.Body Paramslabelstringlength ≤ 30The updated field label.typeintegerenumThe updated type of the customisation field.12Allowed:12max_lengthintegerThe updated maximum allowed length for the customisation field. Defaults to 0 (no limit).Response 200Product customisation field updated successfully.Updated about 1 year ago