GitHub

ShopifySubmitAlreadyAccepted

interface

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

Cart submit for checkout completion is successful.

interface ShopifySubmitAlreadyAccepted {
  __typename: "SubmitAlreadyAccepted"
  attemptId: string
}

Properties

__typename
"SubmitAlreadyAccepted"
attemptId
string

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