GitHub

ShopifyCartBuyerIdentityUpdatePayload

interface

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

Return type for cartBuyerIdentityUpdate mutation.

interface ShopifyCartBuyerIdentityUpdatePayload {
  __typename: "CartBuyerIdentityUpdatePayload"
  cart: ShopifyCart
  userErrors: ShopifyCartUserError[]
}

Properties

__typename
"CartBuyerIdentityUpdatePayload"
cart
ShopifyCart

The updated cart.

userErrors
ShopifyCartUserError[]

The list of errors that occurred from executing the mutation.