Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Nov 26, 2024
1 parent d38396b commit 71733ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export class ByProjectKeyProductVariantPatchesImportContainersByImportContainerK
}
) {}
/**
* Creates a new import request for product variant patches
* Creates a new import request for Product Variant Patches.
* Returns an [InvalidField](/error#invalidfielderror) error if the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest) contains patches with and without the `product` field set.
*
*/
public post(methodArgs: {
body: ProductVariantPatchRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,10 @@ export interface ProductVariantPatch {
*/
readonly staged?: boolean
/**
* Reference to the [Product](/../api/projects/products#product) which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest).
* Reference to the [Product](/../api/projects/products#product) that contains the ProductVariant.
*
* We recommend to set this value to minimize concurrency errors.
* If set, this field is required for every ProductVariantPatch in the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest).
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,4 @@ a639dbb1cfe5b434c350e7b47ca717c69b3aa369
6a8624fb41168a6a78ac836b7208c2790a686608
971c1b4ce06c29fcb8c2402dc2ca523b2907352c
b747e1fa4f246b748a89bccbfd8a43f5b6f51175
505b3af56b4452b22dfb595f93e010b3e2fccc53

0 comments on commit 71733ea

Please sign in to comment.