import { ShopifySubmitSuccess } from '@daffodil/driver/shopify'
Cart submit for checkout completion is already accepted.
interface ShopifySubmitSuccess {
__typename: "SubmitSuccess"
attemptId: string
redirectUrl: Scalars['URL']['output']
}
__typename "SubmitSuccess" |
|---|
attemptId string |
|---|
The ID of the cart completion attempt that will be used for polling for the result. |
redirectUrl Scalars['URL']['output'] |
|---|
The url to which the buyer should be redirected after the cart is successfully submitted. |