GitHub

ShopifySubmitFailed

interface

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

Cart submit for checkout completion failed.

interface ShopifySubmitFailed {
  __typename: "SubmitFailed"
  checkoutUrl: Maybe<Scalars['URL']['output']>
  errors: ShopifySubmissionError[]
}

Properties

__typename
"SubmitFailed"
checkoutUrl
Maybe<Scalars['URL']['output']>

The URL of the checkout for the cart.

errors
ShopifySubmissionError[]

The list of errors that occurred from executing the mutation.