What problem does it solve?
Provides a clear, practical guide for building and extending a Saleor headless commerce backend, removing friction around app registration, secure webhook handling, and embedding custom UI into the Saleor dashboard so teams can automate order workflows and integrate external systems.
Core Features & Use Cases
- GraphQL Storefront & Admin Queries: Patterns and examples for querying Saleor's typed GraphQL API and paging large product catalogs.
- Saleor App Bootstrap: Steps to create and register a Saleor App manifest, exchange tokens, and persist credentials.
- Secure Webhooks & Handlers: Guidance on using subscription-based webhook payloads and verifying HMAC signatures with SaleorAsyncWebhook to safely process ORDER_CREATED events.
- Dashboard Extensions: How to declare iframe-based dashboard extensions and use the app-bridge to show notifications and trigger integrations (ERP, WMS, fulfillment).
- Use Case: Receive ORDER_CREATED webhooks, validate signatures, and forward normalized order data to an ERP or fulfillment pipeline while offering a dashboard panel to trigger manual syncs.
Quick Start
Create a Saleor app that registers a manifest, handles ORDER_CREATED webhooks with HMAC verification, and exposes a dashboard extension to sync products with an external system.