Skip to content

Commit 34a31f8

Browse files
authored
build(codegen): updating SDK (#1054)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 6793eb8 commit 34a31f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/platform-sdk/src/generated/models/product.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ export interface ProductDraft {
439439
*/
440440
readonly categories?: CategoryResourceIdentifier[]
441441
/**
442-
* Numerical values to allow ordering of Products within a specified Category.
442+
* Numerical values to allow ordering of Products within specified Categories. If the referenced Categories are not also assigned in the `categories` field, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
443443
*
444444
*
445445
*/
@@ -2122,7 +2122,7 @@ export interface ProductSetCategoryOrderHintAction
21222122
extends IProductUpdateAction {
21232123
readonly action: 'setCategoryOrderHint'
21242124
/**
2125-
* The `id` of the Category to add the `orderHint`.
2125+
* The `id` of the Category to add the `orderHint`. If this Category is not assigned to the Product, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
21262126
*
21272127
*
21282128
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192
403403
761762c7caad45bc86b08db7021a033fff18ba90
404404
b32dd9c6633745d71fb526473fed6cc60e1fab0a
405405
dec65e707130185745930bde27ce78ae64ab29c1
406+
356beed6a818fbf0e5a7f5c4e938d02c2ca174ec

0 commit comments

Comments
 (0)