Skip to main content
mutation

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

•ID!
required

The ID of the cart to clone.


Was this section helpful?

Anchor to CartClonePayload returnsCartClonePayload returns

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