saleor-catalog

Installation
SKILL.md

Saleor Catalog Management

Before writing code

Fetch live docs:

  1. Web-search site:docs.saleor.io products variants product types for product model and GraphQL operations
  2. Web-search site:docs.saleor.io categories collections for category tree and collection management
  3. Web-search site:docs.saleor.io warehouse stock allocation for inventory and warehouse operations
  4. Fetch https://docs.saleor.io/docs/developer/products and review Product, ProductType, and ProductVariant schemas
  5. Web-search site:docs.saleor.io product media images for media upload and assignment patterns
  6. Fetch https://docs.saleor.io/docs/developer/channels and 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
Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026