Skip to content

Commit f890eb4

Browse files
committed
Updated API from documentation release
1 parent 8944651 commit f890eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-specs/api/traits/store-projecting-tailoring.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ queryParameters:
99
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
1010
and [inventory](ctp:api:type:ProductProjectionInventoryEntries).
1111
If [Product Selections](/../api/projects/product-selections) are used, the API does not take the [availability of the Product in the specified Store](/../api/projects/stores#products-available-in-store) into account.
12-
[Product Tailoring](/../api/projects/product-tailoring) modifies the product information returned in API responses, but evaluating [Query Predicates](/../api/predicates/query) is restricted to the original product information.
12+
[Product Tailoring](/../api/projects/product-tailoring) modifies the product information returned in API responses. However, you can only specify [Query Predicates](/../api/predicates/query) for the original product data, not for the tailored data.

api-specs/api/types/product-search/ProductSearchProjectionParams.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ properties:
4747
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
4848
and [inventory](ctp:api:type:ProductProjectionInventoryEntries).
4949
For Projects with active [Product Selections](/../api/projects/product-selections), the API does not take the [availability of the Product in the specified Store](/../api/projects/stores#products-available-in-store) into account.
50-
[Product Tailoring](/../api/projects/product-tailoring) modifies the product information returned in API responses, but evaluating [query expressions](/../api/search-query-language#simple-expressions) is restricted to the original product information.
50+
[Product Tailoring](/../api/projects/product-tailoring) modifies the product information returned in API responses. However, you can only specify [query expressions](/../api/search-query-language#simple-expressions) for the original product data, not for tailored data.

0 commit comments

Comments
 (0)