Storefront API
Custom storefront experiences
Fetch the availability of variants for a given set of products
{ "products": [ { "shopify_id": 123, "title": "Product 1", "available_variants": [ { "shopify_id": 1001, "title": "Variant 1" }, { "shopify_id": 1002, "title": "Variant 2" } ] }, { "shopify_id": 456, "title": "Product 2", "available_variants": [] } ] }
The Shopify proxy path prefix configured for the app (e.g., 'customer_portal')
Successful response with product availability information
The response is of type object.
object
Was this page helpful?