Get product variants associated with a selling plan
Authorizations
X-Auth-TokenstringRequired
Path parameters
idstringRequired
Selling plan ID
Query parameters
shopify_product_idintegerOptional
Filter by specific Shopify product ID to get all variants for that product
shopify_variant_idintegerOptional
Filter by specific Shopify variant ID to get only that variant (returns single object)
Header parameters
X-Auth-TokenstringRequired
API key for authentication
Responses
200
Product variants with their preorder details and sales metrics
application/json
or
400
Bad request - cannot filter by both product and variant ID
application/json
401
Unauthorized
404
Selling plan not found or variant not found in this selling plan
application/json
get
/preorders/{id}/product_variantsLast updated