Retrieve a list of orders
Retrieve a list of orders.
Authorizations:Token, JWT
Query Parameters
page | integerDefault: 1 The collection page number |
itemsPerPage | integer[0 .. true]Default: 30 The number of items per page |
pagination | booleanEnable or disable pagination |
date[before] | string |
date[strictly_before] | string |
date[after] | string |
date[strictly_after] | string |
lastRenewDate[before] | string |
lastRenewDate[strictly_before] | string |
lastRenewDate[after] | string |
lastRenewDate[strictly_after] | string |
order[date] | stringEnum: "asc" "desc" |
order[lastRenewDate] | stringEnum: "asc" "desc" |
paymentStatus.code | string |
paymentStatus.code[] | Array of strings |
shippingStatus.code | string |
shippingStatus.code[] | Array of strings |
profile.login | string |
Responses
200Order collection
Response schema:
Order collection Array
used_coupons | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
recovered | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
cart_reminders_sent | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
cart_reminder_date | string | ||||||||||||||||||||||||||||||||||||||||||||
cart_reminder_emails | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
cart_recovery_email | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
lost | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
last_visit_date | string | ||||||||||||||||||||||||||||||||||||||||||||
gross_profit | number | ||||||||||||||||||||||||||||||||||||||||||||
survey_future_send_date | string | ||||||||||||||||||||||||||||||||||||||||||||
survey | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
order_number | string[1 .. 255] characters | ||||||||||||||||||||||||||||||||||||||||||||
mobile_order | boolean | ||||||||||||||||||||||||||||||||||||||||||||
mailchimp_store_id | string | ||||||||||||||||||||||||||||||||||||||||||||
selected_multi_currency | string | ||||||||||||||||||||||||||||||||||||||||||||
selected_multi_currency_rate | number | ||||||||||||||||||||||||||||||||||||||||||||
id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
total | number | ||||||||||||||||||||||||||||||||||||||||||||
sub_total | number | ||||||||||||||||||||||||||||||||||||||||||||
string | |||||||||||||||||||||||||||||||||||||||||||||
items | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
billing_address | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
shipping_address | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
create_date | string | ||||||||||||||||||||||||||||||||||||||||||||
update_date | string | ||||||||||||||||||||||||||||||||||||||||||||
payment_status | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
shipping_status | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
customer_id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
order_profile_id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
shipping_id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||||
shipping_method_name | string | ||||||||||||||||||||||||||||||||||||||||||||
notes | string | ||||||||||||||||||||||||||||||||||||||||||||
admin_notes | string | ||||||||||||||||||||||||||||||||||||||||||||
currency | string | ||||||||||||||||||||||||||||||||||||||||||||
stock_status | string | ||||||||||||||||||||||||||||||||||||||||||||
surcharges | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
tracking_numbers | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
|
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |