Get Order Abandoned List

GET {{baseUrl}}/order.abandoned.list.json?store_id=<string>&customer_id=<string>&customer_email=<string>&start=<integer>&count=<integer>&params=<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

KeyDatatypeRequiredDescription
store_idstringDefines store id where the webhook should be assigned
customer_idstringCounts orders quantity specified by customer id
customer_emailstringCounts orders quantity specified by customer email
startstringThis parameter sets the number from which you want to get entities
countstringThis parameter sets the entity amount that has to be retrieved. Max allowed count=250
paramsstringSet this parameter in order to choose which entity fields you want to retrieve
excludestringSet this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all
created_tostringRetrieve entities to their creation date
created_fromstringRetrieve entities from their creation date
modified_tostringRetrieve entities to their modification date
modified_fromstringRetrieve entities from their modification date
skip_empty_emailstringFilter empty emails