Product Options
Product Options
This is archived documentation. The V2 Catalog API is deprecated. For current API documentation, see the Catalog API.
Product Options Object Properties
List Product Options
Gets the options associated with a product.
GET /stores/{store_hash}/v2/products/{product_id}/options
Pagination
Parameters can be added to the URL query string to paginate the collection. The maximum limit is 250. If a limit isn’t provided, up to 50 product_options are returned by default.
Response
Example JSON returned in the response:
Get a Product Option
Gets an option associated with a product.
GET /stores/{store_hash}/v2/products/{product_id}/options/{id}
Response
Example JSON returned in the response: