GitHub

ShopifySubmitSuccess

interface

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

Cart submit for checkout completion is already accepted.

interface ShopifySubmitSuccess {
  __typename: "SubmitSuccess"
  attemptId: string
}

Properties

__typename
"SubmitSuccess"
attemptId
string

The ID of the cart completion attempt that will be used for polling for the result.