Skip to main content
payload

Return type for cartClone mutation.

•Cart

The newly created cart without PII. This is a different cart from the source.

•[CartUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•[CartWarning!]!
non-null

A list of warnings that occurred during the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates a clone of the specified cart with all personally identifiable information removed.

Arguments

•ID!
required

The ID of the cart to clone.



Was this section helpful?