Product Customizations
Add Product Variants
POSTv1/products/{product_id}/options/
This endpoint creates child variants for a given product by defining choices for its attributes. If the product in question is a stand-alone product (...
Insert Custom Options to a Product
POSTv1/products/{product_id}/custom_options_fields/
Adds custom options to a product, allowing customers to choose from a predefined set of options while making a purchase. Custom options can be used to...
Insert Custom User-Input Fields to a Product
POSTv1/products/{product_id}/custom_user_input_fields/
Adds custom user-input fields to a product, allowing customers to provide additional information while making a purchase. Custom user input fields can...