Get Order Abandoned List
GET {{baseUrl}}/order.abandoned.list.json?store_id=<string>&customer_id=<string>&customer_email=<string>&start=<integer>&count=<integer>¶ms=<string>&exclude=<string>&created_to=<string>&created_from=<string>&modified_to=<string>&modified_from=<string>&skip_empty_email=<boolean>
Get list of orders that were left by customers before completing the order.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
store_id | string | Defines store id where the webhook should be assigned | |
customer_id | string | Counts orders quantity specified by customer id | |
customer_email | string | Counts orders quantity specified by customer email | |
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 | |
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 | |
skip_empty_email | string | Filter empty emails |