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