Skip to content

Commit ab8628a

Browse files
committed
New permissions in Commerce 5.1, touch-up
1 parent 2df29e6 commit ab8628a

File tree

1 file changed

+55
-34
lines changed

1 file changed

+55
-34
lines changed
Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Store Management
1+
# Permissions
22

33
Commerce embraces Craft’s flexible [user groups and permissions structure](/5.x/system/user-management.md) and gives you fine-grained control over who can access and manage critical ecommerce data.
44

@@ -32,7 +32,7 @@ Unlike other Commerce-specific permissions, this one is nested inside Craft’s
3232

3333
### Manage _Product Type Name_ products
3434

35-
Whether the user can manage products, with each product type having its own create and delete permissions.
35+
Whether the user can manage products, with each product type having its own **Create** and **Delete** permissions.
3636

3737
### Manage orders
3838

@@ -42,10 +42,6 @@ Whether the user can access and interact with orders.
4242

4343
Whether the user is allowed to create and edit orders in the control panel.
4444

45-
::: warning
46-
This feature was limited to Commerce [Lite](editions.md) prior to version 4.5.
47-
:::
48-
4945
#### Delete orders
5046

5147
Whether a user may delete orders.
@@ -58,59 +54,84 @@ Whether the user may click the “Capture” button on an authorized transaction
5854

5955
Whether the user may click the “Refund” button on a successful payment.
6056

61-
### Manage promotions
57+
### Manage subscriptions
6258

63-
Whether the user can manage promotions.
59+
Whether the user can see [subscriptions](../system/subscriptions.md), refresh subscription payments, and cancel subscriptions.
6460

65-
#### Edit sales
61+
### Manage subscription plans
6662

67-
Whether the user can edit existing sales.
63+
Create, update, and delete subscription plans.
6864

69-
#### Create sales
65+
### Manage inventory stock levels
7066

71-
Whether the user can create new sales.
67+
Set and adjust [inventory levels](../system/inventory.md) for any purchasable.
7268

73-
#### Delete sales
69+
### Manage inventory locations
7470

75-
Whether the user can delete sales.
71+
Create, update, and delete inventory [locations](../system/inventory.md#locations).
7672

77-
#### Edit discounts
73+
### Manage inventory transfers
7874

79-
Whether the user can edit existing discounts.
75+
Draft, execute, and receive inventory [transfers](../system/inventory.md#transfers).
8076

81-
#### Create discounts
77+
### Manage store settings
8278

83-
Whether the user can create new discounts.
79+
Enables access to settings within the **Store Management** screens, but doesn’t grant any specific permissions.
8480

85-
#### Delete discounts
81+
#### Store general settings
8682

87-
Whether the user can delete discounts.
83+
Edit store-specific options in <Journey path="Commerce, Store Management, Store, General" />, including the [store location](../system/addresses.md), markets, and available inventory locations.
8884

89-
### Manage subscriptions
85+
#### Payment currencies
9086

91-
Whether the user can see subscriptions, refresh subscription payments, and cancel subscriptions.
87+
Add and remove payment currencies available to a store.
9288

93-
### Manage shipping
89+
#### Manage shipping
9490

95-
Whether the user can create, edit, and delete the following:
91+
Create, edit, and delete the following:
9692

9793
- Shipping methods
9894
- Shipping rules
9995
- Shipping categories
10096
- Shipping zones
10197

102-
::: warning
103-
This feature was limited to Commerce [Lite](editions.md) prior to version 4.5.
104-
:::
98+
#### Manage taxes
10599

106-
### Manage taxes
100+
Create, edit, and delete tax rates, zones, and categories.
107101

108-
Whether the user can create, edit, and delete tax zones and tax categories.
102+
#### Manage promotions
109103

110-
::: warning
111-
This feature was limited to Commerce [Lite](editions.md) prior to version 4.5.
112-
:::
104+
Edit sales
105+
: Whether the user can edit existing sales.
113106

114-
### Manage store settings
107+
Create sales
108+
: Whether the user can create new sales.
109+
110+
Delete sales
111+
: Whether the user can delete sales.
112+
113+
Edit catalog pricing rules
114+
: Whether the user can edit existing catalog pricing rules.
115+
116+
Create catalog pricing rules
117+
: Whether the user can add new catalog pricing rules.
118+
119+
Delete catalog pricing rules
120+
: Whether the user can delete existing catalog pricing rules.
121+
122+
::: warning
123+
Note that a user with the **Edit** permission can still disable a catalog pricing rule, which may have the same net effect for customers (except that it can be easily reverted, later).
124+
:::
125+
126+
Edit discounts
127+
: Whether the user can edit existing discounts.
128+
129+
Create discounts
130+
: Whether the user can create new discounts.
131+
132+
Delete discounts
133+
: Whether the user can delete discounts.
134+
135+
### Manage donation settings
115136

116-
Whether the user may change settings in Commerce’s **Store Settings** area, including the store [location address](addresses.md), payment currencies, and settings related to shipping, tax, and subscriptions.
137+
Edit the donation purchasable settings in <Journey path="Commerce, Donations" />.

0 commit comments

Comments
 (0)