GET order.list.json
Operation ID: OrderList
Auth: unknown
Description
Get list of orders from store.
Parameters (33)
(string, query, optional)
Retrieves order’s info specified by basket id.
(integer, query, optional, default: 10)
This parameter sets the entity amount that has to be retrieved. Max allowed count=250
(string, query, optional)
Retrieve entities from their creation date
(string, query, optional)
Retrieve entities to their creation date
(string, query, optional)
Currency Id
(string, query, optional)
Retrieves orders specified by customer email
(string, query, optional)
Retrieves orders specified by customer id
(string, query, optional)
Retrieves order with delivery method
(string, query, optional)
Retrieves orders specified by order status
(boolean, query, optional, default: False)
If the value is 'true', we will cache orders for a 15 minutes in order to increase speed and reduce requests throttling for some methods and shoping platforms (for example order.shipment.add)
(string, query, optional)
Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter `params` equal force_all
(string, query, optional)
Retrieves orders specified by financial status
(string, query, optional)
Create order with fulfillment status
(string, query, optional)
Retrieves orders specified by ids
(boolean, query, optional)
Filter deleted orders
(string, query, optional)
Retrieve entities from their modification date
(string, query, optional)
Retrieve entities to their modification date
(string, query, optional)
Retrieves orders specified by order ids
(string, query, optional)
Retrieves orders specified by order status
(array, query, optional)
Retrieves orders specified by order statuses
(string, query, optional)
Used to retrieve orders via cursor-based pagination (it can't be used with any other filtering parameter)
(string, query, optional, default: order_id,customer,totals,address,items,bundles,status)
Set this parameter in order to choose which entity fields you want to retrieve
(string, query, optional)
Filter orders by customer's phone number
(string, query, optional)
Set this parameter in order to choose which entity fields you want to retrieve
(string, query, optional)
Retrieves order with ship node type
(string, query, optional)
Retrieve entities according to shipping country
(string, query, optional)
Retrieve entities according to shipping method
(integer, query, optional)
Retrieve entities starting from the specified id.
(string, query, optional)
Skipped orders by ids
(string, query, optional, default: order_id)
Set field to sort by
(string, query, optional, default: asc)
Set sorting direction
(integer, query, optional, default: 0)
This parameter sets the number from which you want to get entities
(string, query, optional)
Store Id
No probe data for this endpoint yet.