Logo
Logo
⌘K

Get Orders

Fetch orders created by the API integration.
Parameters

allOrders

boolean

Whether or not to query all orders or only orders created by the API integration.

limit

number

Required

Number of results to return in each paginated query.

maxDate

string

Filter by the maximum created date of orders.

minDate

string

Filter by the minimum created date of orders.

name

string

Filter by name or orderId of the order.

offset

number

Offset for pagination.

sortDirection

enum

Sort direction for orders based on createdAt date. Defaults to descending.
Possible enum values
asc
desc

statuses

array of enums

Filter by the statuses of the order.
Possible enum values
PendingFulfillmentAction
The order requires user action before it can be sent to production.
AwaitingPayment
The order has been received by Artelo but is not yet paid for in the connected integration.
Received
The order is received and is waiting to be sent to production. This period is to allow for cancellations to take place before production begins.
Paid
The order has been paid for but has not yet been sent to production.
WarehouseProcessing
The production facility is currently processing the order.
Shipped
The order has been shipped.
Canceled
The order was canceled.
Show more values
Returns

The Order objects matching the supplied filters.

GET

/orders/get

Response