Abandoned Cart
AbandonedCartDetailed
This schema provides a detailed representation of an abandoned cart.
An abandoned cart is a shopping cart where items have been added but the
purchase has not been finalized. The cart is considered abandoned
after **10 minutes** of inactivity. This schema outlines all the
relevant information about the cart, the customer, and the products involved.
status
stringÂ
optional
Example:
object
abandoned_cart
objectÂ
optional
id
stringÂ
optional
Example:
18a40fc6-2381-4ab2-9f72-467e6c39a599
url
stringÂ
optional
Example:
https://store.zidtest.com/checkout/fromBasket/WS56eLg6j2J2KAFB6KkX0B3uJSs3oINu
store_id
stringÂ
optional
Example:
3dfc16e6-ad19-4126-9c2a-5e4a7fb73051
store_name
stringÂ
optional
Example:
Zid Store on Testing
store_logo
stringÂ
optional
Example:
https://zid-testing.s3.eu-west-1.amazonaws.com/3dfc16e6-ad19-4126-9c2a-5e4a7fb73051/d24a04a4-483c-4cfd-937e-35e7f419d127-200x.png
store_url
stringÂ
optional
Example:
https://store.zidtest.com/
products_count
integerÂ
optional
Example:
1
products
array [object {14}]Â
optional
city
object (City)Â
optional
history
array [object {5}]Â
optional
phase
stringÂ
required
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.payment-method
: The customer has selected a payment method but has not completed the purchase.Example:
payment_method
customer_id
stringÂ
required
Example:
000000000
customer_name
stringÂ
required
Example:
test customer name
customer_email
stringÂ
required
Example:
testemail@gmail.com
customer_mobile
stringÂ
required
Example:
966555555555
reminders_count
stringÂ
required
Example:
0
cart_total
stringÂ
required
Example:
239.00
cart_total_string
stringÂ
required
Example:
239.00 SAR
created_at
string <date-time>
optional
Example:
2023-07-12 08:17:02
updated_at
string <date-time>
optional
Example:
2023-07-19 09:01:18
source
stringÂ
required
Example:
catalog
message
objectÂ
optional
type
stringÂ
optional
Example:
object
code
stringÂ
optional
name
stringÂ
optional
description
stringÂ
optional
Modified at 2025-01-08 05:37:42