GitHub

ShopifyDeliveryAddressInput

interface

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

The input fields for delivery address preferences.

interface ShopifyDeliveryAddressInput {
  customerAddressId: string
  deliveryAddress: ShopifyMailingAddressInput
  deliveryAddressValidationStrategy: ShopifyDeliveryAddressValidationStrategy
}

Properties

customerAddressId
string

The ID of a customer address that is associated with the buyer that is interacting with the cart.

deliveryAddress
ShopifyMailingAddressInput

A delivery address preference of a buyer that is interacting with the cart.

deliveryAddressValidationStrategy
ShopifyDeliveryAddressValidationStrategy

Defines what kind of address validation is requested.