Product Options
Create Product Option
POST/products/{product}/options
This endpoint allows you to create a new option for a specific product by passing the product as a path parameter.
:::tip[Note]For the product.type v...
Product Option Details
GET/products/options/{option}
This endpoint allows you to return specific option details for a specific product by passing the option as a path parameter.
`products.read`- Produc...
Update Product Option
PUT/products/options/{option}
This endpoint allows you to update specific option details for a specific product by passing the option as a path parameter.
:::tip[Note]
For the pr...
Delete Product Option
DELETE/products/options/{option}
This endpoint allows you to delete a particular option for a specific product including its related data (values and variants) by passing the option a...