Skip to main content
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

interpretation
is_close and is_closed indicate if the store is closed across all platforms
A 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 change
null end_time means the status is permanent until manually changed
interpretation
current_pause shows temporary holds on operations
Pauses can be platform-specific or affect all platforms

Use Cases

use-case
Regular status checks to ensure store availability across platforms
use-case
Investigating why orders aren’t coming from specific platforms
use-case
Verifying automated open/close schedules are working correctly
use-case
Monitoring the health of integrations with delivery partners
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.