List All Orders
Orders
List All Orders
Retrieve a comprehensive list of all orders for a specific store with filtering capabilities by status and other criteria.
GET
List All Orders
This endpoint provides access to all orders for a specified store, allowing you to filter by various criteria such as order status. It returns the same detailed order information as the incoming orders endpoint but with broader filtering options.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.
This endpoint is ideal for building comprehensive order management dashboards and reporting systems.
Query Parameters
Filter orders by their current status
Available Status Values
Available Status Values
- incoming: New orders waiting for acceptance
- accepted: Orders confirmed by store
- preparing: Orders being prepared
- ready: Orders ready for pickup
- completed: Successfully delivered orders
- cancelled: Cancelled orders
- denied: Orders rejected by store
The unique identifier of the store to retrieve orders for
Response
Array of order objects matching the specified criteria
Response Example
The fulfillmentsLogs array provides a complete audit trail of all actions taken on the order, including which employee performed each action.

