What problem does it solve?
Automate Lemon Squeezy REST API interactions for digital products management, enabling programmatic control over stores, products, checkouts, subscriptions, customers, and license keys without manual UI tasks.
Core Features & Use Cases
- Direct REST API access to Lemon Squeezy endpoints for core resources (stores, products, variants, checkouts, orders, subscriptions, customers, and license keys).
- JSON:API-compliant responses with standardized envelopes and relationships to hydrate related resources.
- Credential-based security using an API key via LEMONsqueezy_API_KEY and enforcement of required headers (Accept and Content-Type) for all requests.
- Use Case: automate creating a checkout for a new customer, retrieve the hosted payment URL, and issue license keys for digital products.
Quick Start
Create a hosted checkout for a product and retrieve its URL to share with customers.