Skip to content

Commit 4524260

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent a4fe92e commit 4524260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oas/api/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16791,6 +16791,8 @@ paths:
1679116791

1679216792
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.
1679316793

16794+
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.
16795+
1679416796
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
1679516797
parameters:
1679616798
- name: staged
@@ -16928,6 +16930,8 @@ paths:
1692816930

1692916931
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.
1693016932

16933+
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.
16934+
1693116935
When used with an API Client that has the `view_published_products:{projectKey}` scope, this endpoint only returns published (current) Product Projections.
1693216936
parameters:
1693316937
- name: staged

0 commit comments

Comments
 (0)