Skip to main content
Anchor to cartCompletionAttempt

cartCompletionAttempt

query

A poll for the status of the cart checkout completion and order creation.

•String!
required

The ID of the attempt.


Was this section helpful?

Anchor to CartCompletionAttemptResultCartCompletionAttemptResult
•CartCompletionAttemptResult

The result of a cart completion attempt.

•OBJECT

The required completion action to checkout a cart.

•CartCompletionAction

The action required to complete the cart completion attempt.

•String!
non-null

The ID of the cart completion attempt.

•OBJECT

A failed completion to checkout a cart.

•[CompletionError!]!
non-null

The errors that caused the checkout to fail.

•String!
non-null

The ID of the cart completion attempt.

•OBJECT

A cart checkout completion that's still processing.

•String!
non-null

The ID of the cart completion attempt.

•Int!
non-null

The number of milliseconds to wait before polling again.

•OBJECT

A successful completion to checkout a cart and a created order.

•DateTime

The date and time when the job completed.

•String!
non-null

The ID of the cart completion attempt.

•ID!
non-null

The ID of the order that's created in Shopify.

•URL!
non-null

The URL of the order confirmation in Shopify.


Was this section helpful?