GitHub

MagentoCartUpdateShippingAddressQueryVariables

interface MagentoCartUpdateShippingAddressQueryVariables {
  cartId: string
  address: MagentoShippingAddressInput
}

Properties

Name Type Description
cartId string
address MagentoShippingAddressInput