Skip to main content
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.
Incoming orders represent new orders that have been received from delivery platforms and are waiting for store confirmation and processing.

Query Parameters

string
required
The unique identifier of the store to retrieve orders for
string
default:"completed"
Filter orders by status. Common values: “incoming”, “accepted”, “completed”, “cancelled”

Response

array
Array of order objects with complete details

Response Example

Use this endpoint to build real-time order dashboards and notify staff when new orders arrive.
The fulfillments array contains detailed tracking information showing the complete order journey from receipt to delivery.