Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-webapi
Test
Unit
Model
_files
acl.php
Go to the documentation of this file.
1
<?php
6
return
[
7
[
8
'id'
=>
'Magento_Webapi'
,
9
'children'
=> [
10
[
11
'id'
=>
'customer'
,
12
'title'
=>
'Manage Customers'
,
13
'sortOrder'
=> 20,
14
'children'
=> [
15
[
16
'id'
=>
'customer/create'
,
17
'title'
=>
'Create Customer'
,
18
'sortOrder'
=>
'30'
,
19
'children'
=> [],
20
],
21
[
22
'id'
=>
'customer/update'
,
23
'title'
=>
'Edit Customer'
,
24
'sortOrder'
=>
'10'
,
25
'children'
=> []
26
],
27
[
28
'id'
=>
'customer/get'
,
29
'title'
=>
'Get Customer'
,
30
'sortOrder'
=>
'20'
,
31
'children'
=> []
32
],
33
[
'id'
=>
'customer/delete'
,
'title'
=>
'Delete Customer'
,
'children'
=> []],
34
],
35
],
36
],
37
]
38
];