Skip to content

Commit 4bf3728

Browse files
committed
build(codegen): updating SDK
1 parent 2c5dc53 commit 4bf3728

File tree

5 files changed

+12
-17
lines changed

5 files changed

+12
-17
lines changed

lib/commercetools-api/docs/RequestBuilder.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5912,11 +5912,8 @@ Gets the current or staged representation of a [Product](ctp:api:type:Product) b
59125912
If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection,
59135913
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
59145914
and [inventory](ctp:api:type:ProductProjectionInventoryEntries).
5915-
5916-
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.
5917-
5915+
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.
59185916
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.
5919-
59205917
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
59215918

59225919

@@ -5954,11 +5951,8 @@ Gets the current or staged representation of a [Product](ctp:api:type:Product) b
59545951
If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection,
59555952
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
59565953
and [inventory](ctp:api:type:ProductProjectionInventoryEntries).
5957-
5958-
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.
5959-
5954+
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.
59605955
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.
5961-
59625956
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
59635957

59645958

lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParams.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public function getLocaleProjection();
9292
* <p><code>key</code> of an existing <a href="ctp:api:type:Store">Store</a>.
9393
* If the Store has defined <code>languages</code>, <code>countries</code>, <code>distributionChannels</code>, or <code>supplyChannels</code>,
9494
* they are used for projections based on <a href="ctp:api:type:ProductProjectionLocales">locale</a>, <a href="ctp:api:type:ProductProjectionPrices">price</a>,
95-
* and <a href="ctp:api:type:ProductProjectionInventoryEntries">inventory</a>.
96-
* For Projects with active <a href="/../api/projects/product-selections">Product Selections</a>, the API does not take the <a href="/../api/projects/stores#products-available-in-store">availability of the Product in the specified Store</a> into account.
97-
* <a href="/../api/projects/product-tailoring">Product Tailoring</a> modifies the product information returned in API responses. However, you can only specify <a href="/../api/search-query-language#simple-expressions">query expressions</a> for the original product data, not for tailored data.</p>
95+
* and <a href="ctp:api:type:ProductProjectionInventoryEntries">inventory</a>.</p>
96+
* <p>For Projects with active <a href="/api/projects/product-selections">Product Selections</a>, the API does not take the <a href="/api/project-configuration-overview#products-available-in-store">availability of the Product in the specified Store</a> into account.</p>
97+
* <p><a href="/api/projects/product-tailoring">Product Tailoring</a> modifies the product information returned in API responses. However, you can only specify <a href="/api/search-query-language#simple-expressions">query expressions</a> for the original Product data, not for tailored data.</p>
9898
*
9999
100100
* @return null|string

lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ public function getLocaleProjection()
167167
* <p><code>key</code> of an existing <a href="ctp:api:type:Store">Store</a>.
168168
* If the Store has defined <code>languages</code>, <code>countries</code>, <code>distributionChannels</code>, or <code>supplyChannels</code>,
169169
* they are used for projections based on <a href="ctp:api:type:ProductProjectionLocales">locale</a>, <a href="ctp:api:type:ProductProjectionPrices">price</a>,
170-
* and <a href="ctp:api:type:ProductProjectionInventoryEntries">inventory</a>.
171-
* For Projects with active <a href="/../api/projects/product-selections">Product Selections</a>, the API does not take the <a href="/../api/projects/stores#products-available-in-store">availability of the Product in the specified Store</a> into account.
172-
* <a href="/../api/projects/product-tailoring">Product Tailoring</a> modifies the product information returned in API responses. However, you can only specify <a href="/../api/search-query-language#simple-expressions">query expressions</a> for the original product data, not for tailored data.</p>
170+
* and <a href="ctp:api:type:ProductProjectionInventoryEntries">inventory</a>.</p>
171+
* <p>For Projects with active <a href="/api/projects/product-selections">Product Selections</a>, the API does not take the <a href="/api/project-configuration-overview#products-available-in-store">availability of the Product in the specified Store</a> into account.</p>
172+
* <p><a href="/api/projects/product-tailoring">Product Tailoring</a> modifies the product information returned in API responses. However, you can only specify <a href="/api/search-query-language#simple-expressions">query expressions</a> for the original Product data, not for tailored data.</p>
173173
*
174174
175175
* @return null|string

lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ public function getLocaleProjection()
264264
* <p><code>key</code> of an existing <a href="ctp:api:type:Store">Store</a>.
265265
* If the Store has defined <code>languages</code>, <code>countries</code>, <code>distributionChannels</code>, or <code>supplyChannels</code>,
266266
* they are used for projections based on <a href="ctp:api:type:ProductProjectionLocales">locale</a>, <a href="ctp:api:type:ProductProjectionPrices">price</a>,
267-
* and <a href="ctp:api:type:ProductProjectionInventoryEntries">inventory</a>.
268-
* For Projects with active <a href="/../api/projects/product-selections">Product Selections</a>, the API does not take the <a href="/../api/projects/stores#products-available-in-store">availability of the Product in the specified Store</a> into account.
269-
* <a href="/../api/projects/product-tailoring">Product Tailoring</a> modifies the product information returned in API responses. However, you can only specify <a href="/../api/search-query-language#simple-expressions">query expressions</a> for the original product data, not for tailored data.</p>
267+
* and <a href="ctp:api:type:ProductProjectionInventoryEntries">inventory</a>.</p>
268+
* <p>For Projects with active <a href="/api/projects/product-selections">Product Selections</a>, the API does not take the <a href="/api/project-configuration-overview#products-available-in-store">availability of the Product in the specified Store</a> into account.</p>
269+
* <p><a href="/api/projects/product-tailoring">Product Tailoring</a> modifies the product information returned in API responses. However, you can only specify <a href="/api/search-query-language#simple-expressions">query expressions</a> for the original Product data, not for tailored data.</p>
270270
*
271271
*
272272
* @return null|string

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,3 +509,4 @@ df77c68a29c7df7e44d197903e5cfd3a2a53c878
509509
389daeb97da5433d8f351b71e6c95ff39e74082c
510510
0745b0c41f8f7a40e0b24aa6c28ee65ad2ccb2c4
511511
946b77339c0aa1f9205ccf4966e26de47cac11f3
512+
bf9886771c750bd43c1fc124dd6689ef4e3b45c5

0 commit comments

Comments
 (0)