GitHub

ShopifyCartSelectedDeliveryOptionsUpdatePayload

interface

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

Return type for cartSelectedDeliveryOptionsUpdate mutation.

interface ShopifyCartSelectedDeliveryOptionsUpdatePayload {
  __typename: "CartSelectedDeliveryOptionsUpdatePayload"
  cart: ShopifyCart
  userErrors: ShopifyCartUserError[]
}

Properties

__typename
"CartSelectedDeliveryOptionsUpdatePayload"
cart
ShopifyCart

The updated cart.

userErrors
ShopifyCartUserError[]

The list of errors that occurred from executing the mutation.