Get Order List
GET {{baseUrl}}/order.list.json?customer_id=<string>&customer_email=<string>&order_status=<object>&start=<integer>&count=<integer>&sort_by=<string>&sort_direction=<string>¶ms=<string>&exclude=<string>&created_to=<string>&created_from=<string>&modified_to=<string>&modified_from=<string>&store_id=<string>&ids=<string>&order_ids=<string>&basket_id=<string>&financial_status=<string>&fulfillment_status=<string>&shipping_method=<>&skip_order_ids=<string>
Get list of orders from store. Returns 4 orders by default.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
customer_id | string | Counts orders quantity specified by customer id | |
customer_email | string | Counts orders quantity specified by customer email | |
order_status | string | Counts orders quantity specified by order status | |
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
sort_by | string | Set field to sort by | |
sort_direction | string | Set sorting direction | |
params | string | Set this parameter in order to choose which entity fields you want to retrieve | |
exclude | string | Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all | |
created_to | string | Retrieve entities to their creation date | |
created_from | string | Retrieve entities from their creation date | |
modified_to | string | Retrieve entities to their modification date | |
modified_from | string | Retrieve entities from their modification date | |
store_id | string | Defines store id where the webhook should be assigned | |
ids | string | List of сomma-separated webhook ids | |
order_ids | string | Counts orders specified by order ids | |
basket_id | string | Retrieves order’s info specified by basket id. | |
financial_status | string | Counts orders quantity specified by financial status | |
fulfillment_status | string | Create order with fulfillment status | |
shipping_method | string | Retrieve entities according to shipping method | |
skip_order_ids | string | Skipped orders by ids |