GET /order.abandoned.list.json

api2cart.com

Summary:
Operation ID: OrderAbandonedList
Auth: unknown
Description

Get list of orders that were left by customers before completing the order.

Parameters (14)

count (integer, query, optional, default: 10)

This parameter sets the entity amount that has to be retrieved. Max allowed count=250

created_from (string, query, optional)

Retrieve entities from their creation date

created_to (string, query, optional)

Retrieve entities to their creation date

customer_email (string, query, optional)

Retrieves orders specified by customer email

customer_id (string, query, optional)

Retrieves orders specified by customer id

exclude (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

modified_from (string, query, optional)

Retrieve entities from their modification date

modified_to (string, query, optional)

Retrieve entities to their modification date

page_cursor (string, query, optional)

Used to retrieve entities via cursor-based pagination (it can't be used with any other filtering parameter)

params (string, query, optional, default: customer,totals,items)

Set this parameter in order to choose which entity fields you want to retrieve

response_fields (string, query, optional)

Set this parameter in order to choose which entity fields you want to retrieve

skip_empty_email (boolean, query, optional, default: False)

Filter empty emails

start (integer, query, optional, default: 0)

This parameter sets the number from which you want to get entities

store_id (string, query, optional)

Store Id

No probe data for this endpoint yet.