GitHub

ShopifyCartCompletionProcessing

interface

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

A cart checkout completion that's still processing.

interface ShopifyCartCompletionProcessing {
  __typename: "CartCompletionProcessing"
  id: string
  pollDelay: number
}

Properties

__typename
"CartCompletionProcessing"
id
string

The ID of the cart completion attempt.

pollDelay
number

The number of milliseconds to wait before polling again.