App Permissions
Declaring permissions for admin and POS apps.
Declaring Permissions
Every app must declare required permissions in its configuration. Request only the minimum your app needs.
Permission Reference
| Permission | Scope | Description |
|---|---|---|
products:read | Admin | Read product catalog |
products:create | Admin | Create products |
products:update | Admin | Modify products |
orders:read | Admin | View orders |
orders:update | Admin | Update order status |
inventory:read | Admin | View stock levels |
inventory:update | Admin | Adjust stock |
customers:read | Admin | View customer data |
pos:sell | POS | Process sales |
analytics:read | Admin | Query analytics |
shipping:write | Admin | Manage shipments |