saleor-catalog
Installation
SKILL.md
Saleor Catalog Management
Before writing code
Fetch live docs:
- Web-search
site:docs.saleor.io products variants product typesfor product model and GraphQL operations - Web-search
site:docs.saleor.io categories collectionsfor category tree and collection management - Web-search
site:docs.saleor.io warehouse stock allocationfor inventory and warehouse operations - Fetch
https://docs.saleor.io/docs/developer/productsand review Product, ProductType, and ProductVariant schemas - Web-search
site:docs.saleor.io product media imagesfor media upload and assignment patterns - Fetch
https://docs.saleor.io/docs/developer/channelsand review channel-aware product visibility
Product Hierarchy
| Level | Contains |
|---|---|
| ProductType | Template: defines product and variant attributes, shipping/digital flags |
| Product | Name, description, slug, category, collections, media |
| ProductVariant | SKU, name, channel listings (price), stock (per warehouse), variant attributes |