You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.
6667
-
For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
6667
+
For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
6668
6668
requestBody:
6669
6669
content:
6670
6670
application/json:
@@ -13336,7 +13336,7 @@ paths:
13336
13336
13337
13337
If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned.
13338
13338
13339
-
For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
13339
+
For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
13340
13340
requestBody:
13341
13341
content:
13342
13342
application/json:
@@ -44353,9 +44353,9 @@ components:
44353
44353
x-annotation-package: "Cart"
44354
44354
x-annotation-enumDescriptions:
44355
44355
MergeWithExistingCustomerCart: "Merges the anonymous Cart with the existing Customer
44356
-
Cart. Line Items from the anonymous Cart are added to the Customer Cart.n"
44356
+
Cart.n"
44357
44357
UseAsNewActiveCustomerCart: "Uses the anonymous Cart as the new active Customer Cart,
44358
-
replacing the existing one.n"
44358
+
replacing the existing one. No items from the previous active Cart are merged.n"
44359
44359
CartOrigin:
44360
44360
type: "string"
44361
44361
enum:
@@ -48539,12 +48539,11 @@ components:
48539
48539
- UseAsNewActiveCustomerCart
48540
48540
x-annotation-package: "Customer"
48541
48541
x-annotation-enumDescriptions:
48542
-
MergeWithExistingCustomerCart: "If set, the content of an anonymous [Cart is merged
48543
-
during sign-in](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up)
48544
-
with the Customer's most recently modified active Cart."
48545
-
UseAsNewActiveCustomerCart: "If set, an anonymous Cart is used as the new active Customer
48546
-
Cart, and no [LineItems](ctp:api:type:LineItem) or [CustomLineItems](ctp:api:type:CustomLineItem)
48547
-
are merged."
48542
+
MergeWithExistingCustomerCart: "The content of an anonymous [Cart is merged during
48543
+
sign-in](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) with
48544
+
the Customer's most recently modified active Cart.n"
48545
+
UseAsNewActiveCustomerCart: "Uses the anonymous Cart as the new active Customer Cart,
48546
+
replacing the existing one. No items from the previous active Cart are merged.n"
0 commit comments