API Reference

Get all orders

Get information about all customer orders.

Log in to see full request history
Query Params
integer
≥ 1
Defaults to 100

The number of records to return in API response.
⚠️ We recommended adjust the batch size based on processing time. Depending on the response time of the request. Default value of 100 records is used if count parameter is not set.

integer
≥ 0
Defaults to 0

The number of records from a collection to skip. Default value of 0 is used when parameter offset is not set.

string

Name of the sorting parameter. You can sort by any of the first level parameters from the resource response. Response is sorted by the specified field.

string

Direction of sorting the response list.

string

The unique ID of the customer.

integer

State of the resource. Possible values are: 0 - deleted / 1 - active / 2 - non active

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object
orders
array of objects

Collection of the customer orders.

orders
object
string

The unique ID of the order.

string

External order number. If not set, internal order number will be set.

string
required

The unique ID of the customer, owner of the order.

string
required

ID of the currency.

float
required

Total price of the order.

discount_codes
array of strings

Discount codes used in the order.

discount_codes
order_items
array of objects
required

List of the OrderItems.

order_items*
object
string

The unique ID of the order item.

string
required

The unique ID of the web-shop product.

string

The unique ID of the customer, owner of the order item. If not set, customer_id from order will be saved.

float
required

Amount of products in order item.

float
required

Unit price of the ordered product.

float
required

The rate of the VAT of the ordered product.

invoicing_data
object
required

Structure of OrderInvoicing. Contains necessary data for invoicing of the order.

shipping_data
object

Structure of OrderShipping. Contains necessary data for shipping of the order.

string

Customer’s note for the merchant.

string

Text representation of the order status.

string

Date of the order shipping. If the date is in future, order should be shipped in this date.

integer

Rank of order in case of the series of multiple orders.

string

Text representation of the payment status.

string

URL address with the invoice PDF.

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

integer

The number of all found customer orders.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL