import { ShopifySubmitSuccess } from '@daffodil/driver/shopify'
Cart submit for checkout completion is already accepted.
interface ShopifySubmitSuccess {
__typename: "SubmitSuccess"
attemptId: string
}
__typename "SubmitSuccess" |
|---|
attemptId string |
|---|
The ID of the cart completion attempt that will be used for polling for the result. |