Events

Order Cancelled

User cancelled the order.

Suggested source: server

Properties

Name

Type

Description

Required

affiliation

string

Store or affiliation from which this transaction occurred (for example, "Google Store")

no

campaign_id

integer

Order metadata "campaign_id"

no

channel

string

Channel where order was placed (for example, "chord")

no

checkout_type

string

Checkout provider (for example, "stripe")

no

coupon

string

Transaction coupon redeemed with the transaction

no

currency

string

Currency code of the transaction (for example, "USD") Pattern: ^[A-Z]{3}$

no

discount

number

Total discount associated with the transaction

no

email

string

Email address associated with the order

no

first_name

string

First name in the shipping address for the order

no

has_subscription

boolean

Order contains a subscription

no

is_recurring

boolean

Order contains a subscription

no

last_name

string

Last name in the shipping address for the order

no

metadata

object

Metadata of the order

no

order_date

string

Date and time order was placed

no

order_id

string

Order/transaction ID

yes

phone

string

Phone number associated with the order

no

products

object[]

Products in the order

yes

purl_link

string

URL for customer to share to receive referral credit

no

referral_identifier_id

string

ID for referral that customer used to place the order

no

revenue

number

Revenue ($) associated with the transaction (excluding shipping and tax)

yes

shipping

number

Shipping cost associated with the transaction

no

shipping_city

string

City in the shipping address for the order

no

shipping_country

string

Country in the shipping address for the order

no

shipping_method_details

object



no

shipping_state

string

State in the shipping address for the order

no

shipping_zipcode

string

Zipcode in the shipping address for the order

no

tax

number

Total tax associated with the transaction

no

template_id

integer

Order metadata "template_id"

no

total

number

Revenue ($) with discounts and coupons added in.

yes

tracking_ids

object

Tracking IDs for third party integrations

no

Example

JSON


metadata object

Metadata of the order

No properties.

products[] array

Products in the order

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")

no

brand

string

Brand associated with the product

no

bundle

boolean

Product belongs to a bundle

no

category

string

Product category

no

coupon

string

Coupon code associated with a product (for example, "MAY_DEALS_3")

no

description

string

Short description of the product

no

image_url

string

Image URL of the product

no

name

string

Name of the product

yes

option_values

string[]

Option values of the product variant

no

position

integer

Position in the product list (for example, 3)

no

price

number

Price ($) of the product

yes

product_id

string

Database ID of the product

yes

quantity

integer

Quantity of the product

yes

sku

string

SKU of the product variant

yes

slug

string

Slug of the product, often used in URLs (for example, "product-red")

no

url

string

URL of the product page

no

variant

string

Name of the product variant

no

line_item_id

string

Database ID of the line item

no

bundle_size

integer

Number of SKUs in the bundle

no

cross_sold_quantity

integer

Quantity sold via cross-selling

no

variant_metadata

object

Metadata of the product variant

no

Example

JSON


products[].option_values[] array

Option values of the product variant

Option value (for example, "red")

Item Type: stringExample

JSON


products[].variant_metadata object

Metadata of the product variant

No properties.

shipping_method_details object

Properties

Name

Type

Description

Required

shipping_code

string

Code of shipping method chosen for the order (for example, "standard_shipping")



shipping_method

string

Name of shipping method chosen for the order (for example, "Standard Shipping")



tracking_ids object

Tracking IDs for third party integrations

No properties.