List blocked dates
Returns manually blocked date ranges for items, variants, and products in the shop. Rental scheduling blocks are excluded; only merchant-created blocked dates are returned.
Use the activeFrom and activeTo filters to find blocked dates that overlap a calendar window.
For incremental sync, use the updated filter together with updatedAt on each record.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
x <= 100Cursor token to fetch next page of results.
Filter by resource type. Comma-separated list of Item, Shopify::Variant, or Shopify::Product.
"Item,Shopify::Variant"
Filter blocked dates for a specific item ID.
Filter blocked dates for a specific Shopify variant ID.
Filter blocked dates for a specific Shopify product ID.
Return blocked dates that end on or after this calendar date (YYYY-MM-DD), including open-ended blocks.
Return blocked dates that start on or before this calendar date (YYYY-MM-DD), including open-ended blocks.
Filter blocked dates by description text.
Filter blocked dates by created at datetime (ISO 8601), using gt, lt, gte, lte operators which may be combined.
Filter blocked dates by when they were last updated (ISO 8601), using gt, lt, gte, lte; operators may be combined.