Cart Submit For Completion Result
The result of cart submit completion.
Anchor to Possible typesPossible types
- SubmitAlreadyAccepted (SubmitAlreadyAccepted)
- SubmitFailed (SubmitFailed)
- SubmitSuccess (SubmitSuccess)
- SubmitThrottled (SubmitThrottled)
- •OBJECT
Cart submit for checkout completion is successful.
- Anchor to attemptIdattempt•String!
Id non-null The ID of the cart completion attempt that will be used for polling for the result.
- •OBJECT
Cart submit for checkout completion failed.
- Anchor to checkoutUrlcheckout•URL
Url The URL of the checkout for the cart.
- Anchor to errorserrors•[Submission
Error!]! non-null The list of errors that occurred from executing the mutation.
- •OBJECT
Cart submit for checkout completion is already accepted.
- Anchor to attemptIdattempt•String!
Id non-null The ID of the cart completion attempt that will be used for polling for the result.
- Anchor to redirectUrlredirect•URL!
Url non-null The url to which the buyer should be redirected after the cart is successfully submitted.
- •OBJECT
Cart submit for checkout completion is throttled.
- Anchor to pollAfterpoll•Date
After Time! non-null 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.