From 3d014d693c9c0a1c708ac8445cc87e395ffd22da Mon Sep 17 00:00:00 2001
From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com>
Date: Fri, 13 Dec 2024 10:38:17 +0000
Subject: [PATCH] build(codegen): updating SDK
---
.changeset/changes_api.md | 309 ++++++++++++++++++
.changeset/changes_history.md | 11 +
.changeset/changes_import.md | 25 ++
.../src/generated/models/category.ts | 2 +-
.../src/generated/models/customer.ts | 2 +-
.../src/generated/models/discount-code.ts | 2 +-
.../src/generated/models/inventory.ts | 2 +-
.../src/generated/models/product.ts | 4 +-
references.txt | 1 +
9 files changed, 352 insertions(+), 6 deletions(-)
create mode 100644 .changeset/changes_api.md
create mode 100644 .changeset/changes_history.md
create mode 100644 .changeset/changes_import.md
diff --git a/.changeset/changes_api.md b/.changeset/changes_api.md
new file mode 100644
index 000000000..8b6748a5c
--- /dev/null
+++ b/.changeset/changes_api.md
@@ -0,0 +1,309 @@
+---
+'@commercetools/platform-sdk': minor
+---
+
+**Api changes**
+
+
+Changed Property(s)
+
+- :warning: changed property `value` of type `DirectDiscountDraft` from type `CartDiscountValue` to `CartDiscountValueDraft`
+- :warning: changed property `line` of type `GraphQLErrorLocation` from type `integer` to `number`
+- :warning: changed property `column` of type `GraphQLErrorLocation` from type `integer` to `number`
+- :warning: changed property `totalPrice` of type `OrderLineItemDiscountSetMessage` from type `Money` to `CentPrecisionMoney`
+- :warning: changed property `value` of type `StandalonePriceValueChangedMessage` from type `Money` to `TypedMoney`
+- :warning: changed property `oldValue` of type `StandalonePriceValueChangedMessage` from type `Money` to `TypedMoney`
+- :warning: changed property `totalPrice` of type `OrderLineItemDiscountSetMessagePayload` from type `Money` to `CentPrecisionMoney`
+- :warning: changed property `value` of type `StandalonePriceValueChangedMessagePayload` from type `Money` to `TypedMoney`
+- :warning: changed property `oldValue` of type `StandalonePriceValueChangedMessagePayload` from type `Money` to `TypedMoney`
+- :warning: changed property `totalPrice` of type `StagedOrder` from type `TypedMoney` to `CentPrecisionMoney`
+- :warning: changed property `customType` of type `OrderSearchAnyValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `customType` of type `OrderSearchDateRangeValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `customType` of type `OrderSearchFullTextValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `customType` of type `OrderSearchLongRangeValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `customType` of type `OrderSearchNumberRangeValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `customType` of type `OrderSearchQueryExpressionValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `customType` of type `OrderSearchStringValue` from type `string` to `OrderSearchCustomType`
+- :warning: changed property `totalPrice` of type `Order` from type `TypedMoney` to `CentPrecisionMoney`
+- :warning: changed property `price` of type `ShippingRate` from type `TypedMoney` to `CentPrecisionMoney`
+- :warning: changed property `freeAbove` of type `ShippingRate` from type `TypedMoney` to `CentPrecisionMoney`
+
+
+
+Required Property(s)
+
+- changed property `stores` of type `BusinessUnit` to be optional
+- changed property `stores` of type `Company` to be optional
+- changed property `stores` of type `Division` to be optional
+- changed property `isOnStock` of type `ProductVariantAvailability` to be optional
+
+
+
+Added Property(s)
+
+- added property `custom` to type `ApprovalRule`
+- added property `approvalRuleMode` to type `BusinessUnit`
+- added property `approvalRuleMode` to type `BusinessUnitDraft`
+- added property `approvalRuleMode` to type `Company`
+- added property `approvalRuleMode` to type `CompanyDraft`
+- added property `approvalRuleMode` to type `Division`
+- added property `approvalRuleMode` to type `DivisionDraft`
+- added property `applicationMode` to type `CartDiscountValueAbsolute`
+- added property `applicationMode` to type `CartDiscountValueAbsoluteDraft`
+- added property `addressId` to type `BusinessUnitAddressCustomFieldAddedMessage`
+- added property `addressId` to type `BusinessUnitAddressCustomFieldChangedMessage`
+- added property `addressId` to type `BusinessUnitAddressCustomFieldRemovedMessage`
+- added property `addressId` to type `BusinessUnitAddressCustomTypeRemovedMessage`
+- added property `addressId` to type `BusinessUnitAddressCustomTypeSetMessage`
+- added property `addressId` to type `CustomerAddressCustomFieldAddedMessage`
+- added property `addressId` to type `CustomerAddressCustomFieldChangedMessage`
+- added property `addressId` to type `CustomerAddressCustomFieldRemovedMessage`
+- added property `addressId` to type `CustomerAddressCustomTypeRemovedMessage`
+- added property `addressId` to type `CustomerAddressCustomTypeSetMessage`
+- added property `metaTitle` to type `ProductTailoringCreatedMessage`
+- added property `metaDescription` to type `ProductTailoringCreatedMessage`
+- added property `metaKeywords` to type `ProductTailoringCreatedMessage`
+- added property `variants` to type `ProductTailoringCreatedMessage`
+- added property `staged` to type `ProductVariantDeletedMessage`
+- added property `addressId` to type `BusinessUnitAddressCustomFieldAddedMessagePayload`
+- added property `addressId` to type `BusinessUnitAddressCustomFieldChangedMessagePayload`
+- added property `addressId` to type `BusinessUnitAddressCustomFieldRemovedMessagePayload`
+- added property `addressId` to type `BusinessUnitAddressCustomTypeRemovedMessagePayload`
+- added property `addressId` to type `BusinessUnitAddressCustomTypeSetMessagePayload`
+- added property `addressId` to type `CustomerAddressCustomFieldAddedMessagePayload`
+- added property `addressId` to type `CustomerAddressCustomFieldChangedMessagePayload`
+- added property `addressId` to type `CustomerAddressCustomFieldRemovedMessagePayload`
+- added property `addressId` to type `CustomerAddressCustomTypeRemovedMessagePayload`
+- added property `addressId` to type `CustomerAddressCustomTypeSetMessagePayload`
+- added property `metaTitle` to type `ProductTailoringCreatedMessagePayload`
+- added property `metaDescription` to type `ProductTailoringCreatedMessagePayload`
+- added property `metaKeywords` to type `ProductTailoringCreatedMessagePayload`
+- added property `variants` to type `ProductTailoringCreatedMessagePayload`
+- added property `staged` to type `ProductVariantDeletedMessagePayload`
+- added property `warnings` to type `ProductTailoring`
+- added property `variants` to type `ProductTailoringData`
+- added property `variants` to type `ProductTailoringDraft`
+- added property `variants` to type `ProductTailoringInStoreDraft`
+- added property `warnings` to type `Product`
+- added property `customers` to type `SearchIndexingConfiguration`
+- added property `active` to type `ShippingMethod`
+- added property `active` to type `ShippingMethodDraft`
+- added property `store` to type `StagedQuote`
+- added property `source` to type `EventBridgeDestination`
+
+
+
+Added Resource(s)
+
+- added resource `/{projectKey}/customers/search`
+- added resource `/{projectKey}/customers/search/indexing-status`
+- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests`
+- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes`
+- added resource `/{projectKey}/in-store/key={storeKey}/quotes`
+- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes`
+- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images`
+- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images`
+- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}`
+- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}`
+- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}`
+- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}`
+- added resource `/{projectKey}/in-store/key={storeKey}/quotes/key={key}`
+- added resource `/{projectKey}/in-store/key={storeKey}/quotes/{ID}`
+
+
+
+Removed Resource(s)
+
+- :warning: removed resource `/{projectKey}/me/carts/key={key}`
+
+
+
+Removed Type(s)
+
+- :warning: removed type `ProductSearchStatus`
+
+
+
+Added Type(s)
+
+- added type `ApprovalRuleSetCustomFieldAction`
+- added type `ApprovalRuleSetCustomTypeAction`
+- added type `BusinessUnitApprovalRuleMode`
+- added type `BusinessUnitChangeApprovalRuleModeAction`
+- added type `DiscountApplicationMode`
+- added type `CartChangeLineItemsOrderAction`
+- added type `CustomerIndexingProgress`
+- added type `CustomerIndexingStatus`
+- added type `CustomerPagedSearchResponse`
+- added type `CustomerSearchIndexingStatusResponse`
+- added type `CustomerSearchRequest`
+- added type `CustomerSearchResult`
+- added type `SearchNotReadyError`
+- added type `GraphQLSearchNotReadyError`
+- added type `MyCartChangeLineItemsOrderAction`
+- added type `BusinessUnitApprovalRuleModeChangedMessage`
+- added type `DeliveryCustomFieldAddedMessage`
+- added type `DeliveryCustomFieldChangedMessage`
+- added type `DeliveryCustomFieldRemovedMessage`
+- added type `DeliveryCustomTypeRemovedMessage`
+- added type `DeliveryCustomTypeSetMessage`
+- added type `ProductPriceCustomFieldAddedMessage`
+- added type `ProductPriceCustomFieldChangedMessage`
+- added type `ProductPriceCustomFieldRemovedMessage`
+- added type `ProductPriceCustomFieldsRemovedMessage`
+- added type `ProductPriceCustomFieldsSetMessage`
+- added type `ProductTailoringImageAddedMessage`
+- added type `ProductTailoringImagesSetMessage`
+- added type `ProductVariantTailoringAddedMessage`
+- added type `ProductVariantTailoringRemovedMessage`
+- added type `BusinessUnitApprovalRuleModeChangedMessagePayload`
+- added type `DeliveryCustomFieldAddedMessagePayload`
+- added type `DeliveryCustomFieldChangedMessagePayload`
+- added type `DeliveryCustomFieldRemovedMessagePayload`
+- added type `DeliveryCustomTypeRemovedMessagePayload`
+- added type `DeliveryCustomTypeSetMessagePayload`
+- added type `ProductPriceCustomFieldAddedMessagePayload`
+- added type `ProductPriceCustomFieldChangedMessagePayload`
+- added type `ProductPriceCustomFieldRemovedMessagePayload`
+- added type `ProductPriceCustomFieldsRemovedMessagePayload`
+- added type `ProductPriceCustomFieldsSetMessagePayload`
+- added type `ProductTailoringImageAddedMessagePayload`
+- added type `ProductTailoringImagesSetMessagePayload`
+- added type `ProductVariantTailoringAddedMessagePayload`
+- added type `ProductVariantTailoringRemovedMessagePayload`
+- added type `StagedOrderSetShippingCustomFieldAction`
+- added type `StagedOrderSetShippingCustomTypeAction`
+- added type `OrderSearchCustomType`
+- added type `OrderSetShippingCustomFieldAction`
+- added type `OrderSetShippingCustomTypeAction`
+- added type `ProductTailoringAttribute`
+- added type `ProductVariantTailoring`
+- added type `ProductVariantTailoringDraft`
+- added type `ProductTailoringAddAssetAction`
+- added type `ProductTailoringAddExternalImageAction`
+- added type `ProductTailoringAddVariantAction`
+- added type `ProductTailoringChangeAssetNameAction`
+- added type `ProductTailoringChangeAssetOrderAction`
+- added type `ProductTailoringMoveImageToPositionAction`
+- added type `ProductTailoringRemoveAssetAction`
+- added type `ProductTailoringRemoveImageAction`
+- added type `ProductTailoringRemoveVariantAction`
+- added type `ProductTailoringSetAssetCustomFieldAction`
+- added type `ProductTailoringSetAssetCustomTypeAction`
+- added type `ProductTailoringSetAssetDescriptionAction`
+- added type `ProductTailoringSetAssetKeyAction`
+- added type `ProductTailoringSetAssetSourcesAction`
+- added type `ProductTailoringSetAssetTagsAction`
+- added type `ProductTailoringSetAttributeAction`
+- added type `ProductTailoringSetAttributeInAllVariantsAction`
+- added type `ProductTailoringSetExternalImagesAction`
+- added type `ProductTailoringSetImageLabelAction`
+- added type `CustomerSearchStatus`
+- added type `ProjectChangeCustomerSearchStatusAction`
+- added type `ShippingMethodChangeActiveAction`
+- added type `ImageProcessingOngoingWarning`
+- added type `WarningObject`
+
+
+
+Removed Enum(s)
+
+- :warning: removed enum `product-price` from type `ChangeSubscriptionResourceTypeId`
+
+
+
+Added Enum(s)
+
+- added enum `customer-group` to type `ExtensionResourceTypeId`
+- added enum `shopping-list` to type `ExtensionResourceTypeId`
+- added enum `customer-group` to type `AttributeReferenceTypeId`
+- added enum `attribute-group` to type `ChangeSubscriptionResourceTypeId`
+- added enum `product-tailoring` to type `ChangeSubscriptionResourceTypeId`
+- added enum `product-tailoring` to type `MessageSubscriptionResourceTypeId`
+- added enum `approval-rule` to type `CustomFieldReferenceValue`
+- added enum `cart-discount` to type `CustomFieldReferenceValue`
+- added enum `customer-group` to type `CustomFieldReferenceValue`
+- added enum `approval-rule` to type `ResourceTypeId`
+- added enum `product-tailoring` to type `ResourceTypeId`
+
+
+
+Added Method(s)
+
+- added method `apiRoot.withProjectKey().productTailoring().head()`
+- added method `apiRoot.withProjectKey().customers().search().post()`
+- added method `apiRoot.withProjectKey().customers().search().head()`
+- added method `apiRoot.withProjectKey().customers().searchIndexingStatus().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().delete()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().delete()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().delete()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().delete()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().delete()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().get()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().head()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().post()`
+- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().delete()`
+
+
+
+Removed Method(s)
+
+- :warning: removed method `apiRoot.withProjectKey().me().businessUnits().withId().delete()`
+- :warning: removed method `apiRoot.withProjectKey().me().businessUnits().withKey().delete()`
+- :warning: removed method `apiRoot.withProjectKey().me().carts().withKey().get()`
+- :warning: removed method `apiRoot.withProjectKey().me().carts().withKey().head()`
+- :warning: removed method `apiRoot.withProjectKey().me().carts().withKey().post()`
+- :warning: removed method `apiRoot.withProjectKey().me().carts().withKey().delete()`
+- :warning: removed method `apiRoot.withProjectKey().me().quoteRequests().withId().delete()`
+- :warning: removed method `apiRoot.withProjectKey().me().quoteRequests().withKey().delete()`
+
+
+
+Removed QueryParameter(s)
+
+- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products`
+- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products`
+- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/key={key}`
+- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/key={key}`
+- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/key={key}`
+- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/{ID}`
+- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/{ID}`
+- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/{ID}`
+- :warning: removed query parameter `sort` from method `get /{projectKey}/product-projections/suggest`
+- :warning: removed query parameter `offset` from method `get /{projectKey}/product-projections/suggest`
+- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/suggest`
+
+
+
+Added QueryParameter(s)
+
+- added query parameter `where` to method `get /{projectKey}/product-selections/key={key}/products`
+- added query parameter `where` to method `get /{projectKey}/product-selections/{ID}/products`
+
diff --git a/.changeset/changes_history.md b/.changeset/changes_history.md
new file mode 100644
index 000000000..0d03a093d
--- /dev/null
+++ b/.changeset/changes_history.md
@@ -0,0 +1,11 @@
+---
+'@commercetools/history-sdk': minor
+---
+
+**History changes**
+
+
+Required Property(s)
+
+- changed property `id` of type `ModifiedBy` to be optional
+
diff --git a/.changeset/changes_import.md b/.changeset/changes_import.md
new file mode 100644
index 000000000..88cdb72e9
--- /dev/null
+++ b/.changeset/changes_import.md
@@ -0,0 +1,25 @@
+---
+'@commercetools/importapi-sdk': minor
+---
+
+**Import changes**
+
+
+Added Type(s)
+
+- added type `InvalidFieldsUpdateError`
+- added type `NewMasterVariantAdditionNotAllowedError`
+
+
+
+Deprecated Property(s)
+
+- property `PriceImport::publish` is removed
+- property `ProductVariantImport::publish` is removed
+
+
+
+Added Enum(s)
+
+- added enum `customer-group` to type `CustomFieldReferenceValue`
+
diff --git a/packages/platform-sdk/src/generated/models/category.ts b/packages/platform-sdk/src/generated/models/category.ts
index 4dbf76215..0ff4d22e3 100644
--- a/packages/platform-sdk/src/generated/models/category.ts
+++ b/packages/platform-sdk/src/generated/models/category.ts
@@ -213,7 +213,7 @@ export interface CategoryDraft {
/**
* User-defined unique identifier for the Category.
*
- * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the [Import API](/../import-export/) and the [Merchant Center](/../merchant-center/import-data).
+ * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the [Import API](/../import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
*
*
*/
diff --git a/packages/platform-sdk/src/generated/models/customer.ts b/packages/platform-sdk/src/generated/models/customer.ts
index 1e81f6ac6..c97276524 100644
--- a/packages/platform-sdk/src/generated/models/customer.ts
+++ b/packages/platform-sdk/src/generated/models/customer.ts
@@ -286,7 +286,7 @@ export interface CustomerDraft {
* User-defined unique identifier for the Customer.
* The `key` field is preferred over `customerNumber` as it is mutable and provides more flexibility.
*
- * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the [Import API](/../import-export/).
+ * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the [Import API](/../import-export/overview).
*
*
*/
diff --git a/packages/platform-sdk/src/generated/models/discount-code.ts b/packages/platform-sdk/src/generated/models/discount-code.ts
index 2ec1f0197..466c3b4ca 100644
--- a/packages/platform-sdk/src/generated/models/discount-code.ts
+++ b/packages/platform-sdk/src/generated/models/discount-code.ts
@@ -157,7 +157,7 @@ export interface DiscountCodeDraft {
/**
* User-defined unique identifier for the DiscountCode.
*
- * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the [Import API](/../import-export/) and the [Merchant Center](/../merchant-center/import-data).
+ * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the [Import API](/../import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
*
*/
readonly key?: string
diff --git a/packages/platform-sdk/src/generated/models/inventory.ts b/packages/platform-sdk/src/generated/models/inventory.ts
index 6fab9ee00..f103d1e9f 100644
--- a/packages/platform-sdk/src/generated/models/inventory.ts
+++ b/packages/platform-sdk/src/generated/models/inventory.ts
@@ -106,7 +106,7 @@ export interface InventoryEntryDraft {
/**
* User-defined unique identifier for the InventoryEntry.
*
- * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the [Import API](/../import-export/) and the [Merchant Center](/../merchant-center/import-data).
+ * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the [Import API](/../import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
*
*
*/
diff --git a/packages/platform-sdk/src/generated/models/product.ts b/packages/platform-sdk/src/generated/models/product.ts
index c7e946a44..8afb3fb22 100644
--- a/packages/platform-sdk/src/generated/models/product.ts
+++ b/packages/platform-sdk/src/generated/models/product.ts
@@ -362,7 +362,7 @@ export interface ProductDraft {
/**
* User-defined unique identifier for the Product.
*
- * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the [Import API](/../api/import-export/) and the [Merchant Center](/../merchant-center/import-data).
+ * This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the [Import API](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
*
* To update a Product using the Import API or Merchant Center, the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
*
@@ -2095,7 +2095,7 @@ export interface ProductSetKeyAction {
/**
* Value to set. If empty, any existing value will be removed.
*
- * To update a Product using the [Import API](/../api/import-export/) and the [Merchant Center](/../merchant-center/import-data), the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
+ * To update a Product using the [Import API](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data), the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
*
*
*/
diff --git a/references.txt b/references.txt
index ee9bd3899..1377aa320 100644
--- a/references.txt
+++ b/references.txt
@@ -348,3 +348,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175
df53588d26d7953dfdf44166866ca03045f0a70b
6b69c5425fe16564147deb9b1d6a9a1078dc5330
99e7aa1c7e3ba67a59b6df3efbaf4e320611c549
+269027575a6fd5a2a29387930064a06f22f09bbf