Get Incoming Orders
Orders
Get Incoming Orders
Retrieve incoming orders for a specific store that are waiting for processing. This endpoint returns orders with their complete details including customer information, items, and fulfillment status.
GET
Get Incoming Orders
This endpoint retrieves all incoming orders for a specified store. It includes comprehensive order details, customer information, order items, and fulfillment tracking information.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.
Incoming orders represent new orders that have been received from delivery platforms and are waiting for store confirmation and processing.
Query Parameters
The unique identifier of the store to retrieve orders for
Filter orders by status. Common values: “incoming”, “accepted”, “completed”, “cancelled”
Response
Array of order objects with complete details
Response Example
The fulfillments array contains detailed tracking information showing the complete order journey from receipt to delivery.

