diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index 984275a7715..169b32ffe28 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -5912,11 +5912,8 @@ Gets the current or staged representation of a [Product](ctp:api:type:Product) b If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices), and [inventory](ctp:api:type:ProductProjectionInventoryEntries). - -If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [availability of the Product](/projects/stores#products-available-in-store) in the specified Store. - +If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [availability of the Product](/api/project-configuration-overview#products-available-in-store) in the specified Store. If a [ProductTailoring](ctp:api:type:ProductTailoring) exists for the Product with the given `id` and the given Store, this endpoint returns the ProductProjection with tailored data. - When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections. @@ -5954,11 +5951,8 @@ Gets the current or staged representation of a [Product](ctp:api:type:Product) b If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices), and [inventory](ctp:api:type:ProductProjectionInventoryEntries). - -If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [availability of the Product](/projects/stores#products-available-in-store) in the specified Store. - +If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [availability of the Product](/api/project-configuration-overview#products-available-in-store) in the specified Store. If a [ProductTailoring](ctp:api:type:ProductTailoring) exists for the Product with the given `key` and the given Store, this endpoint returns the ProductProjection with tailored data. - When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections. diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParams.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParams.php index d3a54aee9ef..8ff0f2cba74 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParams.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParams.php @@ -92,9 +92,9 @@ public function getLocaleProjection(); *

key of an existing Store. * If the Store has defined languages, countries, distributionChannels, or supplyChannels, * they are used for projections based on locale, price, - * and inventory. - * For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account. - * Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original product data, not for tailored data.

+ * and inventory.

+ *

For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.

+ *

Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php index d33dd40c41f..7ad52a6153a 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php @@ -167,9 +167,9 @@ public function getLocaleProjection() *

key of an existing Store. * If the Store has defined languages, countries, distributionChannels, or supplyChannels, * they are used for projections based on locale, price, - * and inventory. - * For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account. - * Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original product data, not for tailored data.

+ * and inventory.

+ *

For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.

+ *

Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php index 018c62a7403..112102a3f0a 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php @@ -264,9 +264,9 @@ public function getLocaleProjection() *

key of an existing Store. * If the Store has defined languages, countries, distributionChannels, or supplyChannels, * they are used for projections based on locale, price, - * and inventory. - * For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account. - * Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original product data, not for tailored data.

+ * and inventory.

+ *

For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.

+ *

Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.

* * * @return null|string diff --git a/references.txt b/references.txt index 576643a81a9..e22ceef69da 100644 --- a/references.txt +++ b/references.txt @@ -509,3 +509,4 @@ df77c68a29c7df7e44d197903e5cfd3a2a53c878 389daeb97da5433d8f351b71e6c95ff39e74082c 0745b0c41f8f7a40e0b24aa6c28ee65ad2ccb2c4 946b77339c0aa1f9205ccf4966e26de47cac11f3 +bf9886771c750bd43c1fc124dd6689ef4e3b45c5