Home > @infiniteobjects/shopify-data-manager > AdminTypes > StaffMemberPermission
Represents access permissions for a staff member.
Signature:
export declare enum StaffMemberPermission
| Member | Value | Description |
|---|---|---|
| Applications | "APPLICATIONS" |
The staff member can manage and install apps and channels. |
| Channels | "CHANNELS" |
The staff member can manage and install sales channels. |
| Customers | "CUSTOMERS" |
The staff member can view, create, update, and delete customers, and respond to customer messages in the Shopify Messaging API. |
| Dashboard | "DASHBOARD" |
The staff member can view the Shopify Home page, which includes sales information and other shop data. |
| Domains | "DOMAINS" |
The staff member can view, buy, and manage domains. |
| DraftOrders | "DRAFT_ORDERS" |
The staff member can create, update, and delete draft orders. |
| EditOrders | "EDIT_ORDERS" |
The staff member can update orders. |
| Full | "FULL" |
The staff has the same permissions as the [store owner](https://shopify.dev/en/manual/your-account/staff-accounts/staff-permissions#store-owner-permissions) with some exceptions, such as modifying the account billing or deleting staff accounts. |
| GiftCards | "GIFT_CARDS" |
The staff member can view, create, issue, and export gift cards to a CSV file. |
| Links | "LINKS" |
The staff member can view and modify links and navigation menus. |
| Locations | "LOCATIONS" |
The staff member can create, update, and delete locations where inventory is stocked or managed. |
| Marketing | "MARKETING" |
The staff member can view and create discount codes and automatic discounts, and export discounts to a CSV file. |
| MarketingSection | "MARKETING_SECTION" |
The staff member can view, create, and automate marketing campaigns. |
| Orders | "ORDERS" |
The staff member can view, create, update, delete, and cancel orders, and receive order notifications. The staff member can still create draft orders without this permission. |
| Overviews | "OVERVIEWS" |
The staff member can view the Overview and Live view pages, which include sales information, and other shop and sales channels data. |
| Pages | "PAGES" |
The staff member can view, create, update, publish, and delete blog posts and pages. |
| PayOrdersByVaultedCard | "PAY_ORDERS_BY_VAULTED_CARD" |
The staff member can pay for an order by using a vaulted card. |
| Preferences | "PREFERENCES" |
The staff member can view the preferences and configuration of a shop. |
| Products | "PRODUCTS" |
The staff member can view, create, import, and update products, collections, and inventory. |
| Reports | "REPORTS" |
The staff member can view and create all reports, which includes sales information and other shop data. |
| Themes | "THEMES" |
The staff member can view, update, and publish themes. |
| Translations | "TRANSLATIONS" |
The staff member can view and create translations. |