Availability API
Returns the earliest available delivery windows for a given store and destination. The response is pre-calculated based on enabled delivery types, store trading hours, pickup hours, public holidays, and cut-off logic.
Use this endpoint to power delivery time selection at checkout, or to determine the fastest available delivery type for backend routing decisions.
This endpoint is best used as an estimator. Delivery windows are calculated without considering distance or pricing rules — use the Quote Delivery endpoint when pricing accuracy is required.
Endpoint
Authentication: Bearer token required via the Authorization header.
Request Payload
The request payload follows the same structure as the Quote Delivery endpoint.
Sample Response
Each available delivery type is returned with an estimated from_datetime and to_datetime window. Delivery types that are not available for the given store and destination will be omitted from the response.
