Shared attributes that control value facets on a product.
This is archived documentation. The V2 Catalog API is deprecated. For current API documentation, see the Catalog API.
Gets the options associated with a product.
GET /stores/{store_hash}/v2/products/{product_id}/options
There are no filter parameters specific to product options.
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.
Example JSON returned in the response:
Gets an option associated with a product.
GET /stores/{store_hash}/v2/products/{product_id}/options/{id}
Example JSON returned in the response: