Product Option Templates
List Option Templates
GET/products/options/templates
This endpoint allows you to list all option templates related to the product.
`products.read` - Products Read Only
Option Template Details
GET/products/options/templates/{id}
This endpoint allows you to fetch the product options' templates by passing the id as a path parameter.
`products.read` - Products Read only
Delete Option Template
DELETE/products/options/templates/{id}
This endpoint allows you to delete a specific product option template by passing the id as a path parameter.
`products.read_write` - Products Read an...
Update Option Template
PUT/products/options/templates/{id}
This endpoint allows you to update a specific product option template by passing the id as a path parameter.
`products.read_write` - Products Read an...
Create Option Template
POST/products/options/templates
This endpoint allows you create a new option template.
`products.read_write` - Products Read and Write