GitHub

ShopifyCheckoutBuyerIdentity

interface

import { ShopifyCheckoutBuyerIdentity } from '@daffodil/driver/shopify'

The identity of the customer associated with the checkout.

interface ShopifyCheckoutBuyerIdentity {
  __typename: "CheckoutBuyerIdentity"
  countryCode: ShopifyCountryCode
}

Properties

__typename
"CheckoutBuyerIdentity"
countryCode
ShopifyCountryCode

The country code for the checkout. For example, CA.