|
30 | 30 | <route url="/V1/products" method="GET"> |
31 | 31 | <service class="Magento\Catalog\Api\ProductRepositoryInterface" method="getList"/> |
32 | 32 | <resources> |
33 | | - <resource ref="Magento_Catalog::products" /> |
| 33 | + <resource ref="anonymous" /> |
34 | 34 | </resources> |
35 | 35 | </route> |
36 | 36 | <route url="/V1/products/:productSku" method="GET"> |
37 | 37 | <service class="Magento\Catalog\Api\ProductRepositoryInterface" method="get"/> |
38 | 38 | <resources> |
39 | | - <resource ref="Magento_Catalog::products" /> |
| 39 | + <resource ref="anonymous" /> |
40 | 40 | </resources> |
41 | 41 | </route> |
42 | 42 |
|
|
49 | 49 | <route url="/V1/products/attributes/:attributeCode" method="GET"> |
50 | 50 | <service class="Magento\Catalog\Api\ProductAttributeRepositoryInterface" method="get"/> |
51 | 51 | <resources> |
52 | | - <resource ref="Magento_Catalog::attributes_attributes" /> |
| 52 | + <resource ref="anonymous" /> |
53 | 53 | </resources> |
54 | 54 | </route> |
55 | 55 | <route url="/V1/products/attributes" method="GET"> |
|
97 | 97 | <route url="/V1/products/types" method="GET"> |
98 | 98 | <service class="Magento\Catalog\Api\ProductTypeListInterface" method="getProductTypes"/> |
99 | 99 | <resources> |
100 | | - <resource ref="Magento_Catalog::products"/> |
| 100 | + <resource ref="anonymous"/> |
101 | 101 | </resources> |
102 | 102 | </route> |
103 | 103 | <route url="/V1/products/attribute-sets/sets/list" method="GET"> |
104 | 104 | <service class="Magento\Catalog\Api\AttributeSetRepositoryInterface" method="getList"/> |
105 | 105 | <resources> |
106 | | - <resource ref="Magento_Catalog::sets"/> |
| 106 | + <resource ref="anonymous"/> |
107 | 107 | </resources> |
108 | 108 | </route> |
109 | 109 | <route url="/V1/products/attribute-sets/:attributeSetId" method="GET"> |
110 | 110 | <service class="Magento\Catalog\Api\AttributeSetRepositoryInterface" method="get"/> |
111 | 111 | <resources> |
112 | | - <resource ref="Magento_Catalog::sets"/> |
| 112 | + <resource ref="anonymous"/> |
113 | 113 | </resources> |
114 | 114 | </route> |
115 | 115 | <route url="/V1/products/attribute-sets/:attributeSetId" method="DELETE"> |
|
133 | 133 | <route url="/V1/products/attribute-sets/:attributeSetId/attributes" method="GET"> |
134 | 134 | <service class="Magento\Catalog\Api\ProductAttributeManagementInterface" method="getAttributes"/> |
135 | 135 | <resources> |
136 | | - <resource ref="Magento_Catalog::sets"/> |
| 136 | + <resource ref="anonymous"/> |
137 | 137 | </resources> |
138 | 138 | </route> |
139 | 139 | <route url="/V1/products/attribute-sets/attributes" method="POST"> |
|
151 | 151 | <route url="/V1/products/attribute-sets/groups/list" method="GET"> |
152 | 152 | <service class="Magento\Catalog\Api\ProductAttributeGroupRepositoryInterface" method="getList"/> |
153 | 153 | <resources> |
154 | | - <resource ref="Magento_Catalog::sets"/> |
| 154 | + <resource ref="anonymous"/> |
155 | 155 | </resources> |
156 | 156 | </route> |
157 | 157 | <route url="/V1/products/attribute-sets/groups" method="POST"> |
|
175 | 175 | <route url="/V1/products/attributes/:attributeCode/options" method="GET"> |
176 | 176 | <service class="Magento\Catalog\Api\ProductAttributeOptionManagementInterface" method="getItems"/> |
177 | 177 | <resources> |
178 | | - <resource ref="Magento_Catalog::attributes_attributes" /> |
| 178 | + <resource ref="anonymous" /> |
179 | 179 | </resources> |
180 | 180 | </route> |
181 | 181 | <route url="/V1/products/attributes/:attributeCode/options" method="POST"> |
|
193 | 193 | <route url="/V1/products/media/types/:attributeSetName" method="GET"> |
194 | 194 | <service class="Magento\Catalog\Api\ProductMediaAttributeManagementInterface" method="getList"/> |
195 | 195 | <resources> |
196 | | - <resource ref="Magento_Catalog::catalog"/> |
| 196 | + <resource ref="anonymous"/> |
197 | 197 | </resources> |
198 | 198 | </route> |
199 | 199 | <route url="/V1/products/:productSku/media/:imageId" method="GET"> |
200 | 200 | <service class="Magento\Catalog\Api\ProductAttributeMediaGalleryManagementInterface" method="get"/> |
201 | 201 | <resources> |
202 | | - <resource ref="Magento_Catalog::catalog"/> |
| 202 | + <resource ref="anonymous"/> |
203 | 203 | </resources> |
204 | 204 | </route> |
205 | 205 | <route url="/V1/products/:productSku/media" method="POST"> |
|
223 | 223 | <route url="/V1/products/:productSku/media" method="GET"> |
224 | 224 | <service class="Magento\Catalog\Api\ProductAttributeMediaGalleryManagementInterface" method="getList"/> |
225 | 225 | <resources> |
226 | | - <resource ref="Magento_Catalog::catalog"/> |
| 226 | + <resource ref="anonymous"/> |
227 | 227 | </resources> |
228 | 228 | </route> |
229 | 229 |
|
230 | 230 | <!-- Group Price --> |
231 | 231 | <route url="/V1/products/:productSku/group-prices/" method="GET"> |
232 | 232 | <service class="Magento\Catalog\Api\ProductGroupPriceManagementInterface" method="getList"/> |
233 | 233 | <resources> |
234 | | - <resource ref="Magento_Catalog::catalog"/> |
| 234 | + <resource ref="anonymous"/> |
235 | 235 | </resources> |
236 | 236 | </route> |
237 | 237 | <route url="/V1/products/:productSku/group-prices/:customerGroupId/price/:price" method="POST"> |
|
251 | 251 | <route url="/V1/products/:productSku/group-prices/:customerGroupId/tiers" method="GET"> |
252 | 252 | <service class="Magento\Catalog\Api\ProductTierPriceManagementInterface" method="getList"/> |
253 | 253 | <resources> |
254 | | - <resource ref="Magento_Catalog::catalog"/> |
| 254 | + <resource ref="anonymous"/> |
255 | 255 | </resources> |
256 | 256 | </route> |
257 | 257 | <route url="/V1/products/:productSku/group-prices/:customerGroupId/tiers/:qty/price/:price" method="POST"> |
|
276 | 276 | <route url="/V1/categories/:categoryId" method="GET"> |
277 | 277 | <service class="Magento\Catalog\Api\CategoryRepositoryInterface" method="get" /> |
278 | 278 | <resources> |
279 | | - <resource ref="Magento_Catalog::categories" /> |
| 279 | + <resource ref="anonymous" /> |
280 | 280 | </resources> |
281 | 281 | </route> |
282 | 282 | <route url="/V1/categories" method="POST"> |
|
288 | 288 | <route url="/V1/categories" method="GET"> |
289 | 289 | <service class="Magento\Catalog\Api\CategoryManagementInterface" method="getTree" /> |
290 | 290 | <resources> |
291 | | - <resource ref="Magento_Catalog::categories" /> |
| 291 | + <resource ref="anonymous" /> |
292 | 292 | </resources> |
293 | 293 | </route> |
294 | 294 | <route url="/V1/categories/:id" method="PUT"> |
|
314 | 314 | <route url="/V1/products/:productSku/options" method="GET"> |
315 | 315 | <service class="Magento\Catalog\Api\ProductCustomOptionRepositoryInterface" method="getList"/> |
316 | 316 | <resources> |
317 | | - <resource ref="Magento_Catalog::catalog"/> |
| 317 | + <resource ref="anonymous"/> |
318 | 318 | </resources> |
319 | 319 | </route> |
320 | 320 | <route url="/V1/products/:productSku/options/:optionId" method="GET"> |
321 | 321 | <service class="Magento\Catalog\Api\ProductCustomOptionRepositoryInterface" method="get"/> |
322 | 322 | <resources> |
323 | | - <resource ref="Magento_Catalog::catalog"/> |
| 323 | + <resource ref="anonymous"/> |
324 | 324 | </resources> |
325 | 325 | </route> |
326 | 326 | <route url="/V1/products/options" method="POST"> |
|
346 | 346 | <route url="/V1/products/links/types" method="GET"> |
347 | 347 | <service class="Magento\Catalog\Api\ProductLinkTypeListInterface" method="getItems"/> |
348 | 348 | <resources> |
349 | | - <resource ref="Magento_Catalog::catalog"/> |
| 349 | + <resource ref="anonymous"/> |
350 | 350 | </resources> |
351 | 351 | </route> |
352 | 352 | <route url="/V1/products/links/:type/attributes" method="GET"> |
353 | 353 | <service class="Magento\Catalog\Api\ProductLinkTypeListInterface" method="getItemAttributes"/> |
354 | 354 | <resources> |
355 | | - <resource ref="Magento_Catalog::catalog"/> |
| 355 | + <resource ref="anonymous"/> |
356 | 356 | </resources> |
357 | 357 | </route> |
358 | 358 | <route url="/V1/products/:productSku/links/:type" method="GET"> |
359 | 359 | <service class="Magento\Catalog\Api\ProductLinkManagementInterface" method="getLinkedItemsByType"/> |
360 | 360 | <resources> |
361 | | - <resource ref="Magento_Catalog::catalog"/> |
| 361 | + <resource ref="anonymous"/> |
362 | 362 | </resources> |
363 | 363 | </route> |
364 | 364 | <route url="/V1/products/:productSku/links/:type" method="POST"> |
|
384 | 384 | <route url="/V1/categories/:categoryId/products" method="GET"> |
385 | 385 | <service class="Magento\Catalog\Api\CategoryLinkManagementInterface" method="getAssignedProducts" /> |
386 | 386 | <resources> |
387 | | - <resource ref="Magento_Catalog::categories" /> |
| 387 | + <resource ref="anonymous" /> |
388 | 388 | </resources> |
389 | 389 | </route> |
390 | 390 | <route url="/V1/categories/:categoryId/products" method="POST"> |
|
0 commit comments