Get Store Status
Stores
Get Store Status
This endpoint retrieves the current operational status of a store across all delivery service partners (UberEats, DoorDash, GrubHub). It provides real-time information about whether the store is accepting orders, any active pauses, and detailed status descriptions for each platform.
GET
Get Store Status
This endpoint provides comprehensive store status information across all integrated delivery service partners. It shows whether the store is currently accepting orders, any temporary pauses, and platform-specific status details.
Path Parameters
string
required
The unique identifier of the store to check status for
Query Parameters
string
required
Current local date and time for the store’s timezone. Format: “MMM DD YYYY HH:mm:ss”Example: “Nov 15 2024 03:46:34”
Response
string
Any current pause reason affecting all platforms
boolean
Overall store closure status across all platforms
boolean
Alternative closure status indicator
array
Array of UberEats store status objects
array
Array of DoorDash store status objects with similar structure to UberEats
array
Array of GrubHub store status objects
Response Example
Status Interpretation
Understanding Store Status
Understanding Store Status
interpretation
is_close and is_closed indicate if the store is closed across all platformsA store can be open on some platforms and closed on others
interpretation
Each platform (UberEats, DoorDash, GrubHub) has independent status
ONLINE = accepting orders, OFFLINE = not accepting orders
interpretation
end_time indicates when the current status will automatically changeinterpretation
current_pause shows temporary holds on operationsUse Cases
Common Status Check Scenarios
Common Status Check Scenarios
Real-time Data: Status information is fetched in real-time from each delivery partner’s systems, providing the most current operational state.
Timezone Consideration: The current_local_date parameter should reflect the store’s local timezone for accurate status reporting, especially for scheduled operations.

