Skip to content

Get Available Slots

Request

Get Available Time Slots

Description

This endpoint retrieves available time slots for inbound deliveries. You can specify a time range to get all available slots within that period.

The warehouse is resolved automatically from your account's facility. There is no warehouse_code parameter; any value sent for it is ignored.

Use Cases

  • Checking available delivery slots before booking an inbound - Planning delivery schedules for inventory restocking - Finding suitable time windows for warehouse deliveries - Optimizing delivery planning based on availability
Security
OAuth2
Query
start_timestring, (date-time)required
end_timestring, (date-time)required
curl -i -X GET \
  'https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/slots/available?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success response

Bodyapplication/json
slotsArray of objects(AvailableSlot represents a simplified time slot with only start and end times )required
Response
{ "slots": [ {} ] }