Skip to main content
Anchor to CartSubmitForCompletionResult

CartSubmitForCompletionResult

union

The result of cart submit completion.

•OBJECT

Cart submit for checkout completion is successful.

•String!
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.

•URL

The URL of the checkout for the cart.

•[SubmissionError!]!
non-null

The list of errors that occurred from executing the mutation.

•OBJECT

Cart submit for checkout completion is already accepted.

•String!
non-null

The ID of the cart completion attempt that will be used for polling for the result.

•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.

•DateTime!
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.


Was this section helpful?