You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
@@ -32,7 +32,7 @@ Unlike other Commerce-specific permissions, this one is nested inside Craft’s
32
32
33
33
### Manage _Product Type Name_ products
34
34
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.
36
36
37
37
### Manage orders
38
38
@@ -42,10 +42,6 @@ Whether the user can access and interact with orders.
42
42
43
43
Whether the user is allowed to create and edit orders in the control panel.
44
44
45
-
::: warning
46
-
This feature was limited to Commerce [Lite](editions.md) prior to version 4.5.
47
-
:::
48
-
49
45
#### Delete orders
50
46
51
47
Whether a user may delete orders.
@@ -58,59 +54,84 @@ Whether the user may click the “Capture” button on an authorized transaction
58
54
59
55
Whether the user may click the “Refund” button on a successful payment.
60
56
61
-
### Manage promotions
57
+
### Manage subscriptions
62
58
63
-
Whether the user can manage promotions.
59
+
Whether the user can see [subscriptions](../system/subscriptions.md), refresh subscription payments, and cancel subscriptions.
64
60
65
-
#### Edit sales
61
+
###Manage subscription plans
66
62
67
-
Whether the user can edit existing sales.
63
+
Create, update, and delete subscription plans.
68
64
69
-
#### Create sales
65
+
###Manage inventory stock levels
70
66
71
-
Whether the user can create new sales.
67
+
Set and adjust [inventory levels](../system/inventory.md) for any purchasable.
72
68
73
-
#### Delete sales
69
+
###Manage inventory locations
74
70
75
-
Whether the user can delete sales.
71
+
Create, update, and delete inventory [locations](../system/inventory.md#locations).
76
72
77
-
#### Edit discounts
73
+
###Manage inventory transfers
78
74
79
-
Whether the user can edit existing discounts.
75
+
Draft, execute, and receive inventory [transfers](../system/inventory.md#transfers).
80
76
81
-
#### Create discounts
77
+
###Manage store settings
82
78
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.
84
80
85
-
#### Delete discounts
81
+
#### Store general settings
86
82
87
-
Whether the user can delete discounts.
83
+
Edit store-specific options in <Journeypath="Commerce, Store Management, Store, General" />, including the [store location](../system/addresses.md), markets, and available inventory locations.
88
84
89
-
###Manage subscriptions
85
+
#### Payment currencies
90
86
91
-
Whether the user can see subscriptions, refresh subscription payments, and cancel subscriptions.
87
+
Add and remove payment currencies available to a store.
92
88
93
-
### Manage shipping
89
+
####Manage shipping
94
90
95
-
Whether the user can create, edit, and delete the following:
91
+
Create, edit, and delete the following:
96
92
97
93
- Shipping methods
98
94
- Shipping rules
99
95
- Shipping categories
100
96
- Shipping zones
101
97
102
-
::: warning
103
-
This feature was limited to Commerce [Lite](editions.md) prior to version 4.5.
104
-
:::
98
+
#### Manage taxes
105
99
106
-
### Manage taxes
100
+
Create, edit, and delete tax rates, zones, and categories.
107
101
108
-
Whether the user can create, edit, and delete tax zones and tax categories.
102
+
#### Manage promotions
109
103
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.
113
106
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
115
136
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 <Journeypath="Commerce, Donations" />.
0 commit comments