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, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned.
2299
-
2298
+
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.
2300
2299
For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up).
3028
+
3028
3029
Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. Simultaneously creating two Customers with the same email address can return a [LockedField](ctp:api:type:LockedFieldError) error.
Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned.
4452
+
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.
4452
4453
4453
4454
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.
4454
4455
@@ -4612,7 +4613,8 @@ When using this endpoint, if omitted, the Customer `stores` field is set to the
4612
4613
4613
4614
If a Cart with a `store` field specified, the `store` field must reference the same [Store](ctp:api:type:Store) specified in the `{storeKey}` path parameter.
4614
4615
4615
-
If the Customer has multiple active Carts, the anonymous Cart is [merged](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart.
4616
+
Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up).
4617
+
If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart.
4616
4618
4617
4619
Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. Simultaneously creating two Customers with the same email address can return a [LockedField](ctp:api:type:LockedFieldError) error.
4618
4620
@@ -4919,7 +4921,9 @@ $request = $builder
4919
4921
4920
4922
Authenticates a Customer associated with a [Store](ctp:api:type:Store).
4921
4923
4922
-
If the Customer has multiple active Carts, the anonymous Cart is [merged](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart.
4924
+
Allows [merging](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer.
4925
+
If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.
4926
+
If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart.
4923
4927
4924
4928
If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), this method returns an [InvalidCredentials](ctp:api:type:InvalidCredentialsError) error.
4925
4929
@@ -7164,7 +7168,9 @@ $request = $builder
7164
7168
7165
7169
Authenticates a global Customer.
7166
7170
7167
-
If the Customer has multiple active Carts, the anonymous Cart is [merged](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart.
7171
+
Allows [merging](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer.
7172
+
If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.
7173
+
If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart.
7168
7174
7169
7175
If an account with the given credentials is not found, an [InvalidCredentials](ctp:api:type:InvalidCredentialsError) error is returned.
0 commit comments