saleor-development

Develop and extend Saleor commerce platform via GraphQL API and webhooks.

44|7|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill saleor-development
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: saleor-development
Source: https://github.com/finsilabs/awesome-ecommerce-skills/tree/main/skills/headless-modern/saleor-development
Command: npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill saleor-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers developers to build and extend Saleor's headless e-commerce platform, enabling custom storefronts, apps, and dashboard customizations.

Core Features & Use Cases

  • GraphQL API Interaction: Query and mutate Saleor data for custom storefronts.
  • Saleor App Development: Create custom applications that integrate with Saleor's backend.
  • Dashboard Customization: Inject custom UI elements into the Saleor admin panel.
  • Webhook Handling: React to e-commerce events like order creation.
  • Use Case: Develop a custom Next.js storefront that displays products fetched from Saleor's GraphQL API and allows users to complete checkouts.

Quick Start

Run Saleor locally using Docker Compose by cloning the saleor-platform repository and executing docker compose up --detach.

Frequently Asked Questions about saleor-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a custom storefront using the Saleor GraphQL API?▼

Build a custom Saleor storefront by querying and mutating data through the Saleor GraphQL API, such as fetching products and processing checkouts within a framework like Next.js.

What is the best way to customize the Saleor admin dashboard?▼

Customize the Saleor admin dashboard by injecting custom UI elements through dashboard extensions, allowing you to modify the admin panel to fit specific operational needs.

How do I handle webhooks for e-commerce events in Saleor?▼

Handle Saleor webhooks by developing custom Saleor Apps that integrate with the backend and listen for e-commerce events like order creation to trigger external services.

Do I need Docker and Node.js to run Saleor locally for development?▼

Yes, running Saleor locally requires Docker Compose to execute the platform environment, Node.js for app development, and familiarity with GraphQL and Django.

Can I integrate third-party services with Saleor headless commerce?▼

Integrate third-party services with Saleor headless commerce by developing custom Saleor Apps that utilize webhooks to react to platform events and communicate with external APIs.