Skip to content

Commit

Permalink
build(codegen): updating SDK (#757)
Browse files Browse the repository at this point in the history
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
  • Loading branch information
ct-sdks[bot] authored Jul 19, 2024
1 parent c8c1921 commit 84f2769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/platform-sdk/src/generated/models/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3123,7 +3123,9 @@ export interface CartSetCustomerGroupAction {
export interface CartSetCustomerIdAction {
readonly action: 'setCustomerId'
/**
* `id` of an existing [Customer](ctp:api:type:Customer). If empty, any value is removed.
* `id` of an existing [Customer](ctp:api:type:Customer).
* If the Customer is assigned to a [CustomerGroup](ctp:api:type:CustomerGroup), this update action also sets the value for the `customerGroup` field.
* If empty, the update action removes the value for both `customerId` and `customerGroup`.
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,4 @@ d74a87f613d9efd31448c3b11f505f7bf6bf57c0
4c21b32d2f4bd2b61a9ee586c736672ad4b4ff0b
0de2b778a4e263ceec08d7cfd62f615bb2c34c7e
482680f2aa9a6729cc2187040570c5662b9e5d6a
b872851076c028acaa1cc7eb5f24030fc632b8d1

0 comments on commit 84f2769

Please sign in to comment.