saleor-customers
Installation
SKILL.md
Saleor Customer and Staff Management
Before writing code
Fetch live docs:
- Web-search
site:docs.saleor.io customers accounts registrationfor customer account model and registration flow - Web-search
site:docs.saleor.io staff users permissions groupsfor staff management and permission system - Web-search
site:docs.saleor.io authentication JWT tokensfor authentication flow and token handling - Fetch
https://docs.saleor.io/docs/developer/usersand review User model, addresses, and account operations - Web-search
site:docs.saleor.io permission groups MANAGE_PRODUCTS MANAGE_ORDERSfor the full list of available permissions
Customer Model
Saleor uses a single User entity for both customers and staff. The isStaff flag distinguishes between them.