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.Documentation Index
Fetch the complete documentation index at: https://developer.lulacommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the store to check status for
Query Parameters
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
Any current pause reason affecting all platforms
Overall store closure status across all platforms
Alternative closure status indicator
Array of UberEats store status objects
Array of DoorDash store status objects with similar structure to UberEats
Array of GrubHub store status objects
Response Example
Status Interpretation
Understanding Store Status
Understanding Store Status
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
Each platform (UberEats, DoorDash, GrubHub) has independent status
ONLINE = accepting orders, OFFLINE = not accepting orders
end_time indicates when the current status will automatically changecurrent_pause shows temporary holds on operationsUse Cases
Common Status Check Scenarios
Common Status Check Scenarios
Regular status checks to ensure store availability across platforms
Investigating why orders aren’t coming from specific platforms
Verifying automated open/close schedules are working correctly
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.

