Retrieve available times for fulfillment

Hi,

We’re building a restaurant ordering app and utilizing the square api. On the square sites for restaurants they typically offer the selection of a time slot for the order fulfillment. When inspecting the api calls, I see it’s using an endpoint ...store-locations/{locationId}/schedule... which returns an earliest prep time as well as additional available times. I can’t find any such endpoint available through the api. Is there any way to access this information via the api? Further, is there a way to generate a full list of available time slots for a given day?

At this time the prep time for orders isn’t currently available with our APIs. We’re constantly working to improve our features based on feedback like this, so I’ll be sure to share your request to the API product team. :slightly_smiling_face:

1 Like

Just wanted to share I’d also be interested in some API to list / see available fulfillment times / timeslots. The restaurant I’m working on an application for has a custom website that interacts with Square via API calls. They can easily get overwhelmed at certain times of the day (e.g. noon for lunch) and they’d like the ability to have it so orders can be more spaced out. It seems like some of this is possible with the Square Online website but I couldn’t find a way to access that data via API nor use it to help a customer pick a “free timeslot” via API.