EcommerceEventMetadata

Optional metadata fields shared by ecommerce.checkout_started and ecommerce.order_placed, only applicable to Shopify integrations.

Hierarchy

  • EcommerceEventMetadata

Index

Properties

Optional country

country: undefined | string

ISO country code of the market, only applicable to Shopify integrations. Cannot exceed 255 characters in length.

Optional market_handle

market_handle: undefined | string

Handle of the Shopify market, only applicable to Shopify integrations. Cannot exceed 255 characters in length.

Optional presentment_currency

presentment_currency: undefined | { code?: undefined | string; price?: undefined | string }

Currency and amount the shopper was charged, only applicable to Shopify integrations.