---
title: CartClonePayload - Storefront API
description: Return type for `cartClone` mutation.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/payloads/CartClonePayload
  md: https://shopify.dev/docs/api/storefront/latest/payloads/CartClonePayload.md
---

# Cart​Clone​Payload

payload

Return type for `cartClone` mutation.

## Fields

* cart

  [Cart](https://shopify.dev/docs/api/storefront/latest/objects/Cart)

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

* user​Errors

  [\[Cart​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartUserError)

  non-null

  The list of errors that occurred from executing the mutation.

* warnings

  [\[Cart​Warning!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartWarning)

  non-null

  A list of warnings that occurred during the mutation.

***

## Mutations with this payload

* [cart​Clone](https://shopify.dev/docs/api/storefront/latest/mutations/cartClone)

  mutation

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

  * cart​Id

    [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

    required

    ### Arguments

    The ID of the cart to clone.

  ***

***

## Map

### Mutations with this payload

* [cart​Clone](https://shopify.dev/docs/api/storefront/latest/mutations/cartClone)