List Abandoned Carts
GET
v1/managers/store/abandoned-cartsRetrieves a list of abandoned carts for a given store.
Each entry in the list provides a brief overview of the abandoned cart,
including essential details such as the cart ID, customer information, total value, and a unique URL for retargeting.
Abandoned carts are identified when a user adds products to their online shopping cart but
does not proceed to checkout and complete the purchase within 10 minutes of inactivity.
For retargeting purposes, each abandoned cart object includes a url
field, which is the direct link
to the specific abandoned cart. This URL, along with customer name and contact details provided in the response,
facilitates effective retargeting strategies by merchants.
You can filter the list by date, phase, and the total number of carts.
For a detailed view of a specific cart, including product details
and additional customer information, refer to the
Get Abandoned Cart Details
endpoint using the cart's unique ID.
Request
pagination, number of page for every call
number of records for every page with max 100 records
The ordering phase in which the cart was abandoned
example: '2021-01-01'
example: '2021-01-01'
The Authorization token is a unique key given to the third-party application (Partner) by Zid. It is used to authenticate the API requests made by the Partner application. The token verifies the partner's identity and ensures they have permission to access Zid's API but does not provide any specific user or store information. It should be included in the header of API requests when the partner application needs to access Zid's API.
This token is used to authenticate and access information related to the store. It is obtained through an OAuth mechanism and is required to perform operations on the store's data. The X-Manager-Token
should be included in the header of API requests that require store-related information.
Preferred language for the response. Defaults to en
if not specified.