Events

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 email string email address associated with the order phone string phone number associated with the order example { "affiliation" "my plant store", "checkout type" "shopify", "coupon" "spring", "currency" "usd", "discount" 10, "order id" "345678912", "order name" "plant 567891234", "products" \[ { "affiliation" "my plant store", "brand" "green thumb nurseries", "bundle" false, "category" "outdoor plants", "coupon" "spring", "description" "a vibrant, easy to care for garden plant perfect for adding a splash of color to any outdoor space ", "image url" "https //example com/images/petunia jpg", "line item id" "234567891", "name" "petunia", "option values" \[ "purple", "red", "white" ], "position" 3, "price" 7 99, "product id" "123456789", "quantity" 2, "sku" "petunia 001", "slug" "petunia", "url" "https //example com/plants/petunia", "variant" "purple" } ], "revenue" 5 98, "shipping" 0, "tax" 0, "value" 15 98, "discounted order cart url" "https //example com/cart?discount=abandoned", "order cart url" "https //example com/cart", "email" "customer\@example com", "phone" "+1234567890" } products\[] array 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 \[ { "affiliation" "my plant store", "brand" "green thumb nurseries", "bundle" false, "category" "outdoor plants", "description" "a vibrant, easy to care for garden plant perfect for adding a splash of color to any outdoor space ", "image url" "https //example com/images/petunia jpg", "name" "petunia", "option values" \[ "purple", "red", "white" ], "position" 3, "price" 7 99, "product id" "123456789", "sku" "petunia 001", "slug" "petunia", "url" "https //example com/plants/petunia", "variant" "purple", "coupon" "spring", "line item id" "234567891", "quantity" 2 } ] products\[] option values\[] array option values of the product variant option value (for example, "red") item type string example \[ "purple" ]