Checkout Abandoned
User abandoned the checkout process.
Suggested source: server
Properties
Name | Type | Description | Required |
---|---|---|---|
affiliation | string | Store or affiliation from which this transaction occurred (for example, "Google Store") | |
checkout_type | string | Checkout provider (for example, "stripe") | |
coupon | string | Transaction coupon redeemed with the transaction | |
currency | string | Currency code of the transaction (for example, "USD") Pattern: ^[A-Z]{3}$ | |
discount | number | Total discount associated with the transaction | |
order_id | string | Order/transaction ID | |
order_name | string | Order number (for example, "CHORD-000111222") | |
products | object[] | | |
revenue | number | Revenue ($) associated with the transaction (excluding shipping and tax) | |
shipping | number | Shipping cost associated with the transaction | |
tax | number | Total tax associated with the transaction | |
value | number | Revenue ($) with discounts and coupons added in | |
discounted_order_cart_url | string | URL to return to the cart if a cart recovery promotion is available | |
order_cart_url | string | URL to return to the cart | |
string | Email address associated with the order | | |
phone | string | Phone number associated with the order | |
Example
The product
Item Properties
Name | Type | Description | Required |
---|---|---|---|
affiliation | string | Product affiliation to designate a supplying company or brick and mortar store location (for example, "Google Store") | |
brand | string | Brand associated with the product | |
bundle | boolean | Product belongs to a bundle | |
category | string | Product category | |
coupon | string | Coupon code associated with a product (for example, "MAY_DEALS_3") | |
description | string | Short description of the product | |
image_url | string | Image URL of the product | |
name | string | Name of the product | |
option_values | string[] | Option values of the product variant | |
position | integer | Position in the product list (for example, 3) | |
price | number | Price ($) of the product | |
product_id | string | Database ID of the product | |
quantity | integer | Quantity of the product | |
sku | string | SKU of the product variant | |
slug | string | Slug of the product, often used in URLs (for example, "product-red") | |
url | string | URL of the product page | |
variant | string | Name of the product variant | |
line_item_id | string | Database ID of the line item | |
Example
Option values of the product variant
Option value (for example, "red")
Item Type: stringExample