curl --request GET \
--url https://app.supercycle.com/api/v1/availability_timelines \
--header 'Authorization: Bearer <token>'{
"occupancy": {},
"inventoryCount": 123,
"futureAvailabilityInventoryCount": 123,
"uncommitedInventoryCount": 123
}Returns per-day available inventory counts for a variant over a forward window.
curl --request GET \
--url https://app.supercycle.com/api/v1/availability_timelines \
--header 'Authorization: Bearer <token>'{
"occupancy": {},
"inventoryCount": 123,
"futureAvailabilityInventoryCount": 123,
"uncommitedInventoryCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Shopify GraphQL ID numeric segment for the variant (same as storefront variant_shopify_id).
When the shop has locations enabled, filter items to this Shopify location ID.
Logistics profile used to pad unavailability (shipping or pick_up). Defaults to shipping.
shipping, pick_up Availability timeline for the variant
Map of ISO date strings (YYYY-MM-DD) to the count of items available on that day.
Show child attributes
Total items included in the timeline for this variant (after optional location filter).
Items not on an unbounded current rental (future availability scope).
Items not on a current rental (uncommitted inventory).
Was this page helpful?