Skip to main content
Welcome to the storekit developer documentation. This section covers everything you need to build integrations with storekit.
Webhooks are the primary way to integrate with storekit. Direct API access is currently in early access and not widely available. If you need API access, please contact support to discuss your use case.

Webhooks

Webhooks allow you to receive real-time notifications when events occur in your storekit stores. Use webhooks to:
  • Sync orders to your POS, kitchen display, or inventory system
  • Trigger automations when orders are placed, accepted, or completed
  • Monitor store status and printer connectivity
  • Track payouts to your bank accounts

Getting Started

  1. Set up an endpoint - Create an HTTPS endpoint in your application to receive webhooks
  2. Register your endpoint - Add your endpoint URL in the storekit dashboard
  3. Verify signatures - Implement signature verification for security
  4. Handle events - Process incoming webhooks and respond with a 2xx status
storekit uses Svix for reliable webhook delivery. You can use the Svix libraries to simplify signature verification.