Clone a cart

Clones a cart creating an exact copy of the entire cart with all its contents. The cloned cart is created in the new status. The cartID parameter is required. Set the price query parameter to true to price the cart. Enter the include query parameter to include related data (for example, line items) in the response.
The following cart-related objects are also captured in this API:

  • Line Items
  • Product Attribute Value
  • Adjustment Line Items
  • Cost Line Items
  • Summary Group
  • Totaling Groups
  • Other Objects
  • Related Line Items
  • Promotions
    For every clone cart call, the following can be controlled:
  • Whether the pricing of the cart should take place
  • Whether rules should run automatically with this call
  • Whether only the success/failure message or the entire cart structure itself shall be returned.
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!