GitHub

ShopifyCartNoteUpdatePayload

interface

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

Return type for cartNoteUpdate mutation.

interface ShopifyCartNoteUpdatePayload {
  __typename: "CartNoteUpdatePayload"
  cart: ShopifyCart
  userErrors: ShopifyCartUserError[]
}

Properties

__typename
"CartNoteUpdatePayload"
cart
ShopifyCart

The updated cart.

userErrors
ShopifyCartUserError[]

The list of errors that occurred from executing the mutation.