Skip to content

Commit bf98867

Browse files
committed
Updated API from documentation release
1 parent 47e4c4b commit bf98867

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

api-specs/api/resources/in-store/product-projections-in-store.raml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection,
2323
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
2424
and [inventory](ctp:api:type:ProductProjectionInventoryEntries).
25-
26-
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.
27-
25+
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.
2826
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.
29-
3027
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
28+
3129
is:
3230
- projectionSelectingTailoring
3331
- priceSelecting
@@ -70,12 +68,10 @@
7068
If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection,
7169
they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices),
7270
and [inventory](ctp:api:type:ProductProjectionInventoryEntries).
73-
74-
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.
75-
71+
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.
7672
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.
77-
7873
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
74+
7975
is:
8076
- projectionSelectingTailoring
8177
- priceSelecting

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ queryParameters:
88
If the Store has defined `languages`, `countries`, `distributionChannels`, or `supplyChannels`,
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).
11-
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. However, you can only specify [Query Predicates](/../api/predicates/query) for the original product data, not for the tailored data.
11+
12+
If [Product Selections](/api/projects/product-selections) are used, the API does not take the [availability of the Product in the specified Store](/api/project-configuration-overview#products-available-in-store) into account.
13+
14+
[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/traits/store-projecting.raml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ queryParameters:
88
If the Store has defined `languages`, `countries`, `distributionChannels`, or `supplyChannels`,
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).
11-
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.
11+
12+
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/project-configuration-overview#products-available-in-store) into account.

api-specs/api/types/cart/updates/CartAddLineItemAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
1515
If the Line Items do not have a Price according to the [Product](ctp:api:type:Product) `priceMode` value for a selected currency and/or country, Customer Group, or Channel, a [MatchingPriceNotFound](ctp:api:type:MatchingPriceNotFoundError) error is returned.
1616
17-
If the Line Items are added to a Cart bound to a Store with active Product Selections, the selected Product Variant must be [available in that Store](/../api/projects/stores#products-available-in-store), otherwise an [InvalidInput](ctp:api:type:InvalidInputError) error is returned.
17+
If the Line Items are added to a Cart bound to a Store with active Product Selections, the selected Product Variant must be [available in that Store](/api/project-configuration-overview#products-available-in-store), otherwise an [InvalidInput](ctp:api:type:InvalidInputError) error is returned.
1818
properties:
1919
key?:
2020
type: string

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ properties:
4646
If the Store has defined `languages`, `countries`, `distributionChannels`, or `supplyChannels`,
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).
49-
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. However, you can only specify [query expressions](/../api/search-query-language#simple-expressions) for the original product data, not for tailored data.
49+
50+
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/project-configuration-overview#products-available-in-store) into account.
51+
52+
[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)