Abandoned Cart Details
GET
/carts/abandoned/{cart-id}This endpoint allows you to return the complete details for a specific abandoned cart by passing the cart_id
as a path parameter.
Request
Cart ID. Get a list of abandoned carts from here
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A unique identifier associated with a shopping cart. List of abandond carts can be found here.
A web link that directs a user to a specific page where they can proceed with the final steps of a purchase.
The age of cart, aka the time difference between cart's created_at
and time now in minutes.