Update Delivery Slot

Update delivery slots (previously known as Planned Delivery Windows) to allow customers to schedule their orders.

🚧

While it is possible to update delivery slots via API, we strongly encourage you to use the Bringg User Interface (Platform) for delivery slot updates.

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
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.
team_id
integer
Bringg's ID for the associated team.
Body Params
string

Bringg's ID for the time slot.

string

Display name of time slot.

double

Additional fees associated with a specific Planned Delivery Window.

string

The service areas that are applicable for this time slot. Learn more about creating service areas in the Bringg UI or via the Create Service Area endpoint.

string

Bringg's ID for the team associated with this time slot.

string

The time the time slot begins. Counted as minutes from midnight Monday UTC. Format 00:00.

string

The time this time slot ends. Counted as minutes from midnight Monday UTC. Format 00:00.

string

Last time to place an order that can be fulfilled in this delivery slot.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json