It contains the details of the potential customers who left the store without completing the order.
Value | Description |
---|---|
txn_id
Type: string
|
A system generated unique id of a transaction.
|
email_id
Type: string
|
The email id of the customer.
|
placed_by
Type: string
|
|
created_on
Type: datetime
|
The date and time on which the order is created.
|
updated_on
Type: datetime
|
The date and time on which the order is updated.
|
total
Type: string
|
The total amount of the order.
|