GitHub

ShopifyCartCompletionFailed

interface

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

A failed completion to checkout a cart.

interface ShopifyCartCompletionFailed {
  __typename: "CartCompletionFailed"
  errors: ShopifyCompletionError[]
  id: string
}

Properties

__typename
"CartCompletionFailed"
errors
ShopifyCompletionError[]

The errors that caused the checkout to fail.

id
string

The ID of the cart completion attempt.