/
Get Available Slots
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.
- 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
- Mock serverhttps://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/slots/available
- Productionhttps://platform-api.quiqup.com/api/fulfilment/slots/available
- Staginghttps://platform-api.staging.quiqup.com/api/fulfilment/slots/available
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>'Response
{ "slots": [ { … } ] }