Skip to main content
Anchor to CartSubmitForCompletionPayload

CartSubmitForCompletionPayload

payload

Return type for cartSubmitForCompletion mutation.

•CartSubmitForCompletionResult

The result of cart submission for completion.

•[CartUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Submit the cart for checkout completion.

Arguments

•String!
required

The attemptToken is used to guarantee an idempotent result. If more than one call uses the same attemptToken within a short period of time, only one will be accepted.

•ID!
required

The ID of the cart.



Was this section helpful?