Skip to main content
GET
List Orders

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string

LocationId is the id of the sub-account.

Example:

"3SwdhCu3svxI8AKsPJt6"

altId
string
required

AltId is the unique identifier e.g: location id.

Example:

"3SwdhCu3svxI8AKsPJt6"

status
string

Order status.

Example:

"completed"

paymentStatus
enum<string>

Payment Status of the Order

Available options:
paid,
unpaid,
refunded,
partially_paid
Example:

"unpaid"

paymentMode
string

Mode of payment.

Example:

"live"

startAt
string

Starting interval of orders.

Example:

"2024-02-01"

endAt
string

Closing interval of orders.

Example:

"2024-02-13"

The name of the order for searching.

Example:

"Awesome order"

contactId
string

Contact id for filtering of orders.

Example:

"XPLSw2SVagl12LMDeTmQ"

funnelProductIds
string

Funnel product ids separated by comma.

Example:

"61dd0c7dc077f712a5f787ff,61d6afc9d39ac5e35965c017"

sourceId
string

Source id

Example:

"61dd0c7dc077f712a5f787ff"

limit
number
default:10

The maximum number of items to be included in a single page of results

Example:

20

offset
number
default:0

The starting index of the page, indicating the position from which the results should be retrieved.

Example:

0

Response

Successful response

data
object[]
required

An array of orders

totalCount
number
required

total orders count

Last modified on March 8, 2026