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?
2 posts - 2 participants