Create a product customisation fieldCopy Pagepost https://api.ecommerceapi.uk/v1/products/{product_id}/customization-fieldsCreates a new product customisation field.Path Paramsproduct_idintegerrequiredID of the product which the customisation field will be assigned to.Body Paramslabelstringrequiredlength ≤ 30The field label.typeintegerenumrequiredThe type of customisation field (1 for text input, 2 for text area).12Allowed:12max_lengthintegerThe maximum allowed length for the customisation field. Defaults to 0 (no limit).Response 201Product customisation field created successfully.Updated over 1 year ago List product customisation fields/products/{product_id}/customization-fields/{id}Did this page help you?YesNo