List product variants
ecommerce_listProductVariantsV1Retrieve a product's variants sorted by rank, including options, prices, and inventory. Use this to get variant data for a specific store product.
Instructions
List a product's variants, ordered by rank, with their options, prices and inventory. Prices are integers in the smallest currency unit and live on variants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| store_id | Yes | The ID of the store that owns the product. | |
| product_id | Yes | The ID of the product to list variants for. |