Get Onboarding by Store ID
Onboarding
Get Onboarding by Store ID
This endpoint retrieves the current onboarding and operational status of a store by its store ID. It provides comprehensive information about the store’s availability across all delivery platforms and any onboarding-related status information.
GET
Get Onboarding by Store ID
This endpoint retrieves detailed onboarding and operational status for a specific store. It’s particularly useful for checking the current state of a store’s onboarding process and its operational status across delivery platforms.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 retrieve onboarding status for
Query Parameters
Current local date and time for the store’s timezoneFormat: “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
Array of GrubHub store status objects
Response Example
Onboarding Status Interpretation
Understanding Onboarding Status
Understanding Onboarding Status
All platforms show
success: true and is_open: trueStore is fully operational and accepting orders
Some platforms are online while others are offline
Platforms show
success: false or error descriptionsRequires investigation and resolution before going live
Platforms may be offline due to scheduled hours or temporary pauses
Use Cases
When to Use This Endpoint
When to Use This Endpoint
Verify that store onboarding completed successfully across all platforms
Essential checkpoint after initiating onboarding process
Regular monitoring of store availability and platform health
Investigate why a store might not be receiving orders
Building dashboards to show current store operational status
Real-time data suitable for monitoring interfaces
Real-time Status: This endpoint provides real-time status information directly from delivery partner systems, ensuring accuracy for operational decisions.
Timezone Awareness: The current_local_date parameter ensures status checks account for the store’s local timezone, which is important for schedule-based operations.

