Get Abandoned Cart Details
GET
v1/managers/store/abandoned-carts/{cart-id}This endpoint fetches comprehensive details about an abandoned cart, identified
by its unique ID. An abandoned cart is a shopping cart to which items have been added
but is left incomplete by the customer. A cart is marked as abandoned after
10 minutes of inactivity.
Along with detailed information about the cart and its contents, this endpoint provides
the url
field, which is the direct link to the abandoned cart. This enables merchants
to easily retarget customers with a direct link to their uncompleted purchase,
enhancing the chances of converting these abandoned carts into completed transactions.
The response also includes the customer's name and contact details, providing additional context
for retargeting efforts and potential follow-up communications.
The response conforms to the Abandoned Cart schema, providing comprehensive details
of the cart, its associated customer, and the products within it.
Request
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.
Request samples
Responses
The status of the request.
Details of the abandoned cart.
Unique identifier for the abandoned cart.
Session identifier for the abandoned cart.
URL to access the abandoned cart and continue the checkout process. This is crucial for re-engaging customers.
Cart identifier.
Unique identifier for the store.
Name of the store.
URL of the store's logo.
URL of the store.
Unique identifier for the order associated with the abandoned cart, if any.
Current phase of the abandoned cart. This indicates the last step the customer reached before abandoning the cart.
The phases are as follows:
completed
: The cart has been converted into an order.shipping_address
: The customer has provided a shipping address.verification
: The customer is in the verification process.shipping_method
: The customer has chosen a shipping method.new
: The cart has been recently created but no further action has been taken.login
: The customer is prompted to log in or register.
Unique identifier for the customer.
Name of the customer.
Email address of the customer.
Mobile number of the customer.
Identifier for the city associated with the customer's address.
Number of products in the abandoned cart.
List of products in the abandoned cart.
Number of reminders sent for the abandoned cart.
Total value of the abandoned cart.
Total value of the abandoned cart in string format with currency.
Custom message from the merchant to the customer regarding the abandoned cart items.
History of actions related to the abandoned cart.
Timestamp when the cart was created.
Timestamp when the cart was last updated.
Message related to the request status.
Type of the message.
Code associated with the message.
Name of the message.
Detailed description of the message.