Skip to content

Commit

Permalink
Merge pull request #587 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Feb 21, 2024
2 parents 7494b43 + e6ee5bd commit 2dfcba7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* <p>Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.</p>
* <p>Triggers Cart merge during sign-in.</p>
* <p>If the Customer exists in the Project but the <code>stores</code> field references a different Store, this method returns an InvalidCredentials error.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/**
* <p>Authenticates a Customer associated with a Store. For more information, see Global versus Store-specific Customers.</p>
* <p>Triggers Cart merge during sign-in.</p>
* <p>If the Customer exists in the Project but the <code>stores</code> field references a different Store, this method returns an InvalidCredentials error.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* <p>Authenticates a global Customer not associated with a Store. For more information, see Global versus Store-specific Customers. If the Customer is registered in a Store, use the Authenticate (sign in) Customer in Store method.</p>
* <p>Triggers Cart merge during sign-in.</p>
* <p>If an account with the given credentials is not found, an InvalidCredentials error is returned.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/**
* <p>Authenticates a global Customer not associated with a Store. For more information, see Global versus Store-specific Customers. If the Customer is registered in a Store, use the Authenticate (sign in) Customer in Store method.</p>
* <p>Triggers Cart merge during sign-in.</p>
* <p>If an account with the given credentials is not found, an InvalidCredentials error is returned.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
public interface AnonymousCartSignInMode extends JsonEnum {

/**
<p>If set, LineItems of an anonymous Cart are merged with the active Customer Cart that has been modified most recently. The CartState of the anonymous Cart changes to <code>Merged</code> while the CartState of the Customer's Cart remains <code>Active</code>. If a LineItem or CustomLineItem in the anonymous Cart matches an existing Line Item or Custom Line Item in the Customer's Cart, the maximum quantity of both line items is used as the new quantity.</p> */
<p>If set, the content of an anonymous Cart is merged during sign-in with the Customer's most recently modified active Cart.</p> */
AnonymousCartSignInMode MERGE_WITH_EXISTING_CUSTOMER_CART = AnonymousCartSignInModeEnum.MERGE_WITH_EXISTING_CUSTOMER_CART;
/**
<p>If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems are merged.</p> */
<p>If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems or CustomLineItems are merged.</p> */
AnonymousCartSignInMode USE_AS_NEW_ACTIVE_CUSTOMER_CART = AnonymousCartSignInModeEnum.USE_AS_NEW_ACTIVE_CUSTOMER_CART;

/**
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ ffed231e91d01608e1bb08ecc1883cf00d9d9293
2645451ae6aef245e333b2f30cf5cb3627f71403
85b828533f486b4a2906e3b93c08761f9d723732
65619eef7e065950cbb92467d72eaacc68004a14
4aa1e888d0003de63e2b21493c61c1c5e342bfe4

0 comments on commit 2dfcba7

Please sign in to comment.