Product Option Values
Create Product Option Value
POST/products/options/{option}
This endpoint allows you to create new values in specific option for a specific product by passing the option as a path parameter.
:::tip[Note]For th...
Product Option Value Details
GET/products/options/values/{value}
This endpoint allows you to return value details in specific option for a specific product by passing the value as a path parameter.
`products.read`...
Update Product Option Value
PUT/products/options/values/{value}
This endpoint allows you to update value details in a specific option for a specific product by passing the value as a path parameter.
`products.rea...
Delete Product Option Value
DELETE/products/options/values/{value}
This endpoint allows you to delete value from a specific option for a specific product by passing the value as a path parameter.
`products.read_writ...