Get Onboarding by ID
Onboarding
Get Onboarding by ID
This endpoint retrieves onboarding information for a specific onboarding record using its unique identifier. This is useful for tracking onboarding progress and status when you have the onboarding ID from previous operations.
GET
Get Onboarding by ID
This endpoint allows you to fetch detailed onboarding information using a specific onboarding ID. This is typically used when tracking onboarding processes or when you need to retrieve onboarding details from a stored reference.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 onboarding record to retrieve
Response
The unique identifier for this onboarding record
The store ID associated with this onboarding
The company ID that owns the store
Current status of the onboarding process
Common statuses: “pending”, “in_progress”, “completed”, “failed”
When the onboarding process was initiated (ISO 8601 format)
When the onboarding record was last updated
When the onboarding process was completed (null if not completed)
Status breakdown for each delivery platform
Array of completed onboarding steps
Response Example
Use Cases
When to Use This Endpoint
When to Use This Endpoint
Monitor the progress of ongoing onboarding processes
Investigate onboarding issues or failures
Step-by-step status helps identify where problems occurred
Maintain records of when stores were onboarded and activated
Useful for compliance and business analytics
Synchronize onboarding status with external systems
Error Scenarios
Common Errors
Common Errors
The specified onboarding_id doesn’t existStatus Code: 404Solution: Verify the onboarding ID or check if onboarding was initiated
User doesn’t have permission to view this onboarding recordStatus Code: 403Solution: Ensure user has appropriate permissions for the associated company
Onboarding record exists but data is inconsistentStatus Code: 500Solution: Contact support for data recovery
Real-time Data: Onboarding information is updated in real-time as processes complete, providing accurate current status.
Data Retention: Onboarding records are preserved for audit and troubleshooting purposes, even after completion.

