import { ShopifyCartCompletionActionRequired } from '@daffodil/driver/shopify'
The required completion action to checkout a cart.
interface ShopifyCartCompletionActionRequired {
__typename: "CartCompletionActionRequired"
action: ShopifyCompletePaymentChallenge
id: string
}
__typename "CartCompletionActionRequired" |
|---|
action ShopifyCompletePaymentChallenge |
|---|
The action required to complete the cart completion attempt. |
id string |
|---|
The ID of the cart completion attempt. |