saleor-attributes

Installation
SKILL.md

Saleor Attributes

Before writing code

Fetch live docs:

  1. Fetch https://docs.saleor.io/docs/developer/products for product and attribute overview
  2. Web-search site:docs.saleor.io attribute types DROPDOWN MULTISELECT NUMERIC for attribute type reference
  3. Web-search site:docs.saleor.io product type attributes variant selection for product type configuration
  4. Web-search site:docs.saleor.io attribute filtering products for attribute-based filtering
  5. Web-search site:docs.saleor.io page types attributes for content page attributes

Attribute System Overview

Saleor uses a typed attribute system to define flexible product schemas without database migrations. Attributes are attached to product types and page types, providing structured metadata for products, variants, and content pages.

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026