GitHub

ShopifyCartDeliveryAddressesRemovePayload

Type

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

Return type for cartDeliveryAddressesRemove mutation.

interface ShopifyCartDeliveryAddressesRemovePayload {
  __typename: "CartDeliveryAddressesRemovePayload"
  cart: ShopifyCart
  userErrors: ShopifyCartUserError[]
  warnings: ShopifyCartWarning[]
}

Properties

__typename
"CartDeliveryAddressesRemovePayload"
cart
ShopifyCart

The updated cart.

userErrors
ShopifyCartUserError[]

The list of errors that occurred from executing the mutation.

warnings
ShopifyCartWarning[]

A list of warnings that occurred during the mutation.