CheckoutBuyerIdentityInput
The input fields for the identity of the customer associated with the checkout.
import { CheckoutBuyerIdentityInput } from '@daffodil/driver/shopify'
type CheckoutBuyerIdentityInput = {
countryCode: CountryCode;
}
Type | Options |
---|---|
CheckoutBuyerIdentityInput | {
countryCode: CountryCode;
} |