Get Order Count
GET {{baseUrl}}/order.count.json?customer_id=<string>&customer_email=<string>&order_status=<object>&created_to=<string>&created_from=<string>&modified_to=<string>&modified_from=<string>&store_id=<string>&ids=<string>&order_ids=<string>&financial_status=<string>&fulfillment_status=<string>&shipping_method=<>
Count orders in store
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 | |
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 | |
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 |