Get Delivery Slots

The GET Delivery Slots endpoint (previously known as Planned Delivery Windows) allows you to retrieve a list of available delivery slots, enabling customers to choose their preferred delivery times during the ordering process.

The Get Delivery Slots functionality is essential for providing flexible and convenient delivery options, enhancing the overall customer experience. By integrating this endpoint, businesses can dynamically display delivery time windows based on real-time availability, ensuring efficient scheduling and resource allocation.

Note that a delivery slot is returned in responses as planned_delivery_window.

Response (Output) Params
ParameterDescription
id
integer
Bringg's ID for the delivery slot.
end_time
datetime
The date and time by which the associated order should be delivered. Counted as minutes from midnight Monday UTC. Format 00:00.
fill_ratio
double
Indicates the percentage of the delivery slot that is already booked. This can be used to determine pricing or the need for additional resources.
Example values:
0 - the slot is empty
0.36 - the slot is 36% full
1 - the slot is full
team_id
integer
Bringg's ID for the associated team.
start_time
datetime
The date and time at which the associated order can begin to be delivered. Counted as minutes from midnight Monday UTC. Format 00:00.
Language