GitHub

ShopifySubmitThrottled

interface

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

Cart submit for checkout completion is throttled.

interface ShopifySubmitThrottled {
  __typename: "SubmitThrottled"
  pollAfter: Scalars['DateTime']['output']
}

Properties

__typename
"SubmitThrottled"
pollAfter
Scalars['DateTime']['output']

UTC date time string that indicates the time after which clients should make their next poll request. Any poll requests sent before this time will be ignored. Use this value to schedule the next poll request.