Skip to content

Commit 8eb45d9

Browse files
author
Oleksii Korshenko
authored
MAGETWO-84666: 9468: REST API bundle-products/:sku/options/all always return is not authorized #904
2 parents 85daa07 + 06c0bcf commit 8eb45d9

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/WebapiSecurity/etc

1 file changed

+4
-0
lines changed

app/code/Magento/WebapiSecurity/etc/di.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<item name="/V1/configurable-products/:sku/children::GET" xsi:type="string"/>
4242
<item name="/V1/configurable-products/:sku/options/:id::GET" xsi:type="string"/>
4343
<item name="/V1/configurable-products/:sku/options/all::GET" xsi:type="string"/>
44+
<item name="/V1/bundle-products/:productSku/children::GET" xsi:type="string"/>
45+
<item name="/V1/bundle-products/:sku/options/all::GET" xsi:type="string"/>
46+
<item name="/V1/bundle-products/options/types::GET" xsi:type="string"/>
47+
<item name="/V1/bundle-products/:sku/options/:optionId::GET" xsi:type="string"/>
4448
<item name="/V1/cmsPage/:pageId::GET" xsi:type="string"/>
4549
<item name="/V1/cmsBlock/:blockId::GET" xsi:type="string"/>
4650
<item name="/V1/store/storeViews::GET" xsi:type="string"/>

0 commit comments

Comments
 (0)