You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/commercetools-api/docs/RequestBuilder.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5912,11 +5912,8 @@ Gets the current or staged representation of a [Product](ctp:api:type:Product) b
5912
5912
If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection,
5913
5913
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
5914
5914
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.
5918
5916
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
-
5920
5917
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
5921
5918
5922
5919
@@ -5954,11 +5951,8 @@ Gets the current or staged representation of a [Product](ctp:api:type:Product) b
5954
5951
If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection,
5955
5952
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
5956
5953
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.
5960
5955
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
-
5962
5956
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParams.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ public function getLocaleProjection();
92
92
* <p><code>key</code> of an existing <a href="ctp:api:type:Store">Store</a>.
93
93
* If the Store has defined <code>languages</code>, <code>countries</code>, <code>distributionChannels</code>, or <code>supplyChannels</code>,
94
94
* 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>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,9 @@ public function getLocaleProjection()
167
167
* <p><code>key</code> of an existing <a href="ctp:api:type:Store">Store</a>.
168
168
* If the Store has defined <code>languages</code>, <code>countries</code>, <code>distributionChannels</code>, or <code>supplyChannels</code>,
169
169
* 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>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -264,9 +264,9 @@ public function getLocaleProjection()
264
264
* <p><code>key</code> of an existing <a href="ctp:api:type:Store">Store</a>.
265
265
* If the Store has defined <code>languages</code>, <code>countries</code>, <code>distributionChannels</code>, or <code>supplyChannels</code>,
266
266
* 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>
0 commit comments