List variants of a product
Variants
List variants of a product
Returns a paginated list of the variants (the sellable color/model declensions, each holding its own sizes) of a specific product. Use this to drill from a product into its variants — for example to pick the right variant before adding it to a restock, rebalance, or markdown plan, or before looking up per-variant stock.
GET
List variants of a product
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
Unique identifier of the parent product (UUID)
Query Parameters
Page number, 1-indexed (default: 1)
Required range:
1 <= x <= 9007199254740991Number of items per page, max 100 (default: 20)
Required range:
1 <= x <= 100
