@@ -1324,7 +1324,7 @@ types:
13241324 examples :
13251325 catalogs : !include Examples/catalogs.raml
13261326 securedBy :
1327- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1327+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
13281328 - CommerceCloudStandards.AmOAuth2
13291329 /{catalogId} :
13301330 get :
@@ -1346,7 +1346,7 @@ types:
13461346 examples :
13471347 catalog : !include Examples/catalog.raml
13481348 securedBy :
1349- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1349+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
13501350 - CommerceCloudStandards.AmOAuth2
13511351 patch :
13521352 description : Updates the catalog with the specified information.
@@ -1406,7 +1406,7 @@ types:
14061406 examples :
14071407 categories : !include Examples/categories.raml
14081408 securedBy :
1409- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1409+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
14101410 - CommerceCloudStandards.AmOAuth2
14111411 /{categoryId} :
14121412 delete :
@@ -1460,7 +1460,7 @@ types:
14601460 required : false
14611461 example : 0
14621462 securedBy :
1463- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1463+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
14641464 - CommerceCloudStandards.AmOAuth2
14651465 patch :
14661466 description : Updates a catalog category using the information provided.
@@ -1624,7 +1624,7 @@ types:
16241624 search-request : !include Examples/product-assignment-body-example.raml
16251625
16261626 securedBy :
1627- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1627+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
16281628 - CommerceCloudStandards.AmOAuth2
16291629 /products/{productId} :
16301630 get :
@@ -1651,7 +1651,7 @@ types:
16511651 examples :
16521652 category-prod-assignment : !include Examples/catalogcategoryprdAssignment-example.raml
16531653 securedBy :
1654- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1654+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
16551655 - CommerceCloudStandards.AmOAuth2
16561656 delete :
16571657 description : |-
@@ -1829,7 +1829,7 @@ types:
18291829 examples :
18301830 result : !include Examples/catalog-search-body.raml
18311831 securedBy :
1832- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1832+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
18331833 - CommerceCloudStandards.AmOAuth2
18341834 /catalog-search :
18351835 post :
@@ -1895,7 +1895,7 @@ types:
18951895 examples :
18961896 catalog-search-body : !include Examples/catalog-search-body-query.raml
18971897 securedBy :
1898- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1898+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
18991899 - CommerceCloudStandards.AmOAuth2
19001900 /category-search :
19011901 post :
@@ -1965,5 +1965,5 @@ types:
19651965 examples :
19661966 body : !include Examples/category_search-body-example.raml
19671967 securedBy :
1968- - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs] }
1968+ - CommerceCloudStandards.BearerToken : { scopes: [sfcc.catalogs,sfcc.catalogs.rw ] }
19691969 - CommerceCloudStandards.AmOAuth2
0 commit comments