Intempt Docs

Shopify event taxonomy

Every attribute on every Shopify event collection, with its type, an example value and what it means.

Overview

Synced from a connected Shopify store. Connecting a second store writes into these same collections.

One section per event collection, one row per attribute. Types are the wire types the platform stores, and examples come from the schema itself. An attribute marked (hidden) arrives on the event but is not offered in the console attribute pickers. A very long example value is shortened with an ellipsis.

shopify_abandoned_checkouts

AttributeTypeExampleDescription
line_item_namesString[{ "Apple Watch", "iPhone"}]A list of items in the cart by name.
subtotal_priceString"45.00"The subtotal of the checkout before taxes and discounts.
total_priceString"40.00"The final total of the checkout after taxes and discounts are applied.
total_line_items_priceString"50.00"The total price of all line items in the checkout, before taxes and discounts.
presentment_currencyString"USD"The currency that the customer was using at checkout.
total_taxString"0.00"The total amount of taxes applied to the checkout.
tagsString"on-sale"This is a list of all the tags related to items in your cart (hidden)
total_discountsString"5.00"The total amount of discounts applied to the checkout.
referring_siteString"https://example.com"The website URL that referred the customer to the checkout.
collectionsString"dresses, shoes"A list of the collections relevant to items in the cart. (hidden)
abandoned_checkout_urlString"https://shopify.com/checkout/abc123"The URL of the abandoned checkout that can be used to complete the purchase.
discount_codesString[{"code": "SAVE10", "amount": "10.00"}]A list of discount codes applied to the checkout.
attribute.user.tagsString"VIP, Repeat Customer"Tags associated with the customer for segmentation and organization.
attribute.user.emailString"jane.doe@example.com"The email address of the customer.
attribute.user.currencyString"USD"The currency the customer uses.
attribute.user.addressesString[{"address1": "123 Apple St.", "city": "New York"}]A list of addresses associated with the customer.
attribute.user.noteString"Prefers eco-friendly packaging."A note about the customer, potentially for internal use.
attribute.user.created_atString"2023-01-01T12:00:00-05:00"The date and time when the customer record was created.
attribute.user.default_address.first_nameString"Jane"The first name associated with the customer's default address.
attribute.user.orders_countString5The number of orders the customer has placed.
attribute.user.last_nameString"Doe"The last name of the customer.
attribute.user.updated_atString"2023-03-01T12:00:00-05:00"The last time the customer record was updated.
attribute.user.shopify_account_stateString"enabled"The state of the customer's account (e.g., disabled, invited).
attribute.user.total_spentString"200.00"The total amount of money the customer has spent.
attribute.user.phoneString"+1234567890"The customer's phone number.
attribute.user.first_nameString"Jane"The first name of the customer.
attribute.user.verified_emailStringTRUEWhether the customer's email address has been verified.

shopify_customers

AttributeTypeExampleDescription
attribute.user.tagsString"VIP, Repeat Customer"Tags associated with the customer for segmentation and organization.
attribute.user.emailString"jane.doe@example.com"The email address of the customer.
attribute.user.currencyString"USD"The currency the customer uses.
attribute.user.addressesString[{"address1": "123 Apple St.", "city": "New York"}]A list of addresses associated with the customer.
attribute.user.noteString"Prefers eco-friendly packaging."A note about the customer, potentially for internal use.
attribute.user.created_atString"2023-01-01T12:00:00-05:00"The date and time when the customer record was created.
attribute.user.default_address.first_nameString"Jane"The first name associated with the customer's default address.
attribute.user.orders_countString5The number of orders the customer has placed.
attribute.user.last_nameString"Doe"The last name of the customer.
attribute.user.updated_atString"2023-03-01T12:00:00-05:00"The last time the customer record was updated.
attribute.user.shopify_account_stateString"enabled"The state of the customer's account (e.g., disabled, invited).
attribute.user.total_spentString"200.00"The total amount of money the customer has spent.
attribute.user.phoneString"+1234567890"The customer's phone number.
attribute.user.first_nameString"Jane"The first name of the customer.
attribute.user.verified_emailStringTRUEWhether the customer's email address has been verified.

shopify_draft_orders

AttributeTypeExampleDescription
line_item_namesString[{ "Apple Watch", "iPhone"}]A list of items in the cart by name.
subtotal_priceString200The price of the draft order before shipping, taxes, and discounts.
total_priceString220The total price of the draft order including taxes, shipping, and discounts.
shipping_line.priceString5The price of the chosen shipping method.
applied_discount.amountString15The amount of the discount applied.
created_atString"2023-03-01T12:00:00Z"The date and time (ISO 8601 format) when the draft order was created.
line_itemsString[{"id": "12345", "quantity": 2}]Products and quantities included in the draft order.
total_taxString20The total tax amount applied to the draft order.
invoice_sent_atString"2023-03-15T12:00:00Z"The date and time when the invoice was sent.
tagsString"on-sale"This is a list of all the tags related to items in your cart (hidden)
completed_atString"2023-03-20T12:00:00Z"The date and time when the draft order was completed and converted into an order.
collectionsString"dresses, shoes"A list of the collections relevant to items in the cart. (hidden)
currencyString"USD"The currency in which the draft order was made.
emailString"customer@example.com"The email address associated with the draft order.
invoice_urlString"https://example.com/invoice"The URL of the invoice for the draft order.
statusString"open"The current status of the draft order (e.g., open, invoice sent, completed).
attribute.user.tagsString"VIP, Repeat Customer"Tags associated with the customer for segmentation and organization.
attribute.user.emailString"jane.doe@example.com"The email address of the customer.
attribute.user.currencyString"USD"The currency the customer uses.
attribute.user.addressesString[{"address1": "123 Apple St.", "city": "New York"}]A list of addresses associated with the customer.
attribute.user.noteString"Prefers eco-friendly packaging."A note about the customer, potentially for internal use.
attribute.user.created_atString"2023-01-01T12:00:00-05:00"The date and time when the customer record was created.
attribute.user.default_address.first_nameString"Jane"The first name associated with the customer's default address.
attribute.user.orders_countString5The number of orders the customer has placed.
attribute.user.last_nameString"Doe"The last name of the customer.
attribute.user.updated_atString"2023-03-01T12:00:00-05:00"The last time the customer record was updated.
attribute.user.shopify_account_stateString"enabled"The state of the customer's account (e.g., disabled, invited).
attribute.user.total_spentString"200.00"The total amount of money the customer has spent.
attribute.user.phoneString"+1234567890"The customer's phone number.
attribute.user.first_nameString"Jane"The first name of the customer.
attribute.user.verified_emailStringTRUEWhether the customer's email address has been verified.

shopify_order_cancelled

AttributeTypeExampleDescription
attribute.user.tagsString"VIP, Repeat Customer"Tags associated with the customer for segmentation and organization.
attribute.user.emailString"jane.doe@example.com"The email address of the customer.
attribute.user.currencyString"USD"The currency the customer uses.
attribute.user.addressesString[{"address1": "123 Apple St.", "city": "New York"}]A list of addresses associated with the customer.
attribute.user.noteString"Prefers eco-friendly packaging."A note about the customer, potentially for internal use.
attribute.user.created_atString"2023-01-01T12:00:00-05:00"The date and time when the customer record was created.
attribute.user.default_address.first_nameString"Jane"The first name associated with the customer's default address.
attribute.user.orders_countString5The number of orders the customer has placed.
attribute.user.last_nameString"Doe"The last name of the customer.
attribute.user.updated_atString"2023-03-01T12:00:00-05:00"The last time the customer record was updated.
attribute.user.shopify_account_stateString"enabled"The state of the customer's account (e.g., disabled, invited).
attribute.user.phoneString"+1234567890"The customer's phone number.
attribute.user.first_nameString"Jane"The first name of the customer.
attribute.user.verified_emailStringTRUEWhether the customer's email address has been verified.
line_item_namesString[{ "Apple Watch", "iPhone"}]A list of items in the cart by name.
cancelled_atString"2023-03-10T12:00:00Z"The date and time when the order was cancelled.
subtotal_priceString150The price of the order before shipping and taxes.
order_status_urlString"https://example.com/order_status"The URL for tracking the order's status.
total_shipping_price_set.presentment_money.amountString20The total shipping price in the presentment currency.
fulfillment_statusString"fulfilled"The current fulfillment status of the order.
total_priceString250The total price of the order.
current_total_tax_setStringSimilar structure as specifiedThe current total tax amounts set, including shop and presentment currencies.
total_line_items_priceString200The total price of all line items in the order.
created_atString"2023-03-01T12:00:00Z"The date and time when the order was created.
total_taxString20The total tax amount applied to the order.
tagsString"on-sale"This is a list of all the tags related to items in your cart (hidden)
contact_emailStringcustomer@example.comThe email address associated with the order.
total_discountsString10The total amount of discounts applied to the order.
fulfillmentsString[{"fulfillment_id": "12345"}]A list of fulfillments for the order.
collectionsString"dresses, shoes"A list of the collections relevant to items in the cart. (hidden)
financial_statusString"paid"The financial status of the order (e.g., paid, pending).
currencyStringUSDThe currency in which the order was made.
discount_codesString[{"code": "SPRINGSALE", "amount": "10.00"}]Discount codes applied to the order.

shopify_order_fulfilled

AttributeTypeExampleDescription
line_item_namesString[{ "Apple Watch", "iPhone"}]A list of items in the cart by name.
cancelled_atString"2023-03-10T12:00:00Z"The date and time when the order was cancelled.
subtotal_priceString150The price of the order before shipping and taxes.
order_status_urlString"https://example.com/order_status"The URL for tracking the order's status.
total_shipping_price_set.presentment_money.amountString20The total shipping price in the presentment currency.
fulfillment_statusString"fulfilled"The current fulfillment status of the order.
total_priceString250The total price of the order.
current_total_tax_setStringSimilar structure as specifiedThe current total tax amounts set, including shop and presentment currencies.
total_line_items_priceString200The total price of all line items in the order.
created_atString"2023-03-01T12:00:00Z"The date and time when the order was created.
total_taxString20The total tax amount applied to the order.
tagsString"on-sale"This is a list of all the tags related to items in your cart (hidden)
contact_emailStringcustomer@example.comThe email address associated with the order.
total_discountsString10The total amount of discounts applied to the order.
fulfillmentsString[{"fulfillment_id": "12345"}]A list of fulfillments for the order.
collectionsString"dresses, shoes"A list of the collections relevant to items in the cart. (hidden)
financial_statusString"paid"The financial status of the order (e.g., paid, pending).
currencyStringUSDThe currency in which the order was made.
discount_codesString[{"code": "SPRINGSALE", "amount": "10.00"}]Discount codes applied to the order.

shopify_order_refunded

AttributeTypeExampleDescription
line_item_namesString[{ "Apple Watch", "iPhone"}]A list of items in the cart by name.
created_atString"2023-03-10T12:00:00Z"The date and time when the order was refunded.

shopify_placed_order

AttributeTypeExampleDescription
line_item_namesString[{ "Apple Watch", "iPhone"}]A list of items in the cart by name.
cancelled_atString"2023-03-10T12:00:00Z"The date and time when the order was cancelled.
subtotal_priceString150The price of the order before shipping and taxes.
order_status_urlString"https://example.com/order_status"The URL for tracking the order's status.
total_shipping_price_set.presentment_money.amountString20The total shipping price in the presentment currency.
fulfillment_statusString"fulfilled"The current fulfillment status of the order.
total_priceString250The total price of the order.
current_total_tax_setStringSimilar structure as specifiedThe current total tax amounts set, including shop and presentment currencies.
total_line_items_priceString200The total price of all line items in the order.
created_atString"2023-03-01T12:00:00Z"The date and time when the order was created.
total_taxString20The total tax amount applied to the order.
tagsString"on-sale"This is a list of all the tags related to items in your cart (hidden)
contact_emailStringcustomer@example.comThe email address associated with the order.
total_discountsString10The total amount of discounts applied to the order.
fulfillmentsString[{"fulfillment_id": "12345"}]A list of fulfillments for the order.
collectionsString"dresses, shoes"A list of the collections relevant to items in the cart. (hidden)
financial_statusString"paid"The financial status of the order (e.g., paid, pending).
currencyStringUSDThe currency in which the order was made.
discount_codesString[{"code": "SPRINGSALE", "amount": "10.00"}]Discount codes applied to the order.
attribute.user.tagsString"VIP, Repeat Customer"Tags associated with the customer for segmentation and organization.
attribute.user.emailString"jane.doe@example.com"The email address of the customer.
attribute.user.currencyString"USD"The currency the customer uses.
attribute.user.addressesString[{"address1": "123 Apple St.", "city": "New York"}]A list of addresses associated with the customer.
attribute.user.noteString"Prefers eco-friendly packaging."A note about the customer, potentially for internal use.
attribute.user.created_atString"2023-01-01T12:00:00-05:00"The date and time when the customer record was created.
attribute.user.default_address.first_nameString"Jane"The first name associated with the customer's default address.
attribute.user.orders_countString5The number of orders the customer has placed.
attribute.user.last_nameString"Doe"The last name of the customer.
attribute.user.updated_atString"2023-03-01T12:00:00-05:00"The last time the customer record was updated.
attribute.user.shopify_account_stateString"enabled"The state of the customer's account (e.g., disabled, invited).
attribute.user.total_spentString"200.00"The total amount of money the customer has spent.
attribute.user.phoneString"+1234567890"The customer's phone number.
attribute.user.first_nameString"Jane"The first name of the customer.
attribute.user.verified_emailStringTRUEWhether the customer's email address has been verified.

shopify_product_ordered

AttributeTypeExampleDescription
variant_titleString“black”The title of the variant selected if applicable.
quantityString2The number of items of the product.
collectionsString"dresses, shoes"A list of the collections relevant to items in the cart. (hidden)
priceString"25.00"The price of the product.
vendorString"EcoGoods"The manufacturer or seller of the product.
created_atString"2023-03-01T12:00:00Z"The date and time when the order was created.
titleString"Eco-friendly Water Bottle"The name of the product.
skuString"EFWB123"Stock Keeping Unit, a unique identifier for each product variant.
tagsString"on-sale"This is a list of all the tags related to items in your cart (hidden)
attribute.user.tagsString"VIP, Repeat Customer"Tags associated with the customer for segmentation and organization.
attribute.user.emailString"jane.doe@example.com"The email address of the customer.
attribute.user.currencyString"USD"The currency the customer uses.
attribute.user.addressesString[{"address1": "123 Apple St.", "city": "New York"}]A list of addresses associated with the customer.
attribute.user.noteString"Prefers eco-friendly packaging."A note about the customer, potentially for internal use.
attribute.user.created_atString"2023-01-01T12:00:00-05:00"The date and time when the customer record was created.
attribute.user.default_address.first_nameString"Jane"The first name associated with the customer's default address.
attribute.user.orders_countString5The number of orders the customer has placed.
attribute.user.last_nameString"Doe"The last name of the customer.
attribute.user.updated_atString"2023-03-01T12:00:00-05:00"The last time the customer record was updated.
attribute.user.shopify_account_stateString"enabled"The state of the customer's account (e.g., disabled, invited).
attribute.user.total_spentString"200.00"The total amount of money the customer has spent.
attribute.user.phoneString"+1234567890"The customer's phone number.
attribute.user.first_nameString"Jane"The first name of the customer.
attribute.user.verified_emailStringTRUEWhether the customer's email address has been verified.

shopify_products

AttributeTypeExampleDescription
tagsString“on-sale”This is a list of all the tags related to items in your cart.

On this page