Lemon Squeezy
Merchant-of-record platform for products, stores, orders, customers, subscriptions, licenses, and webhooks.
Supports merchant-of-record commerce around stores, products, customers, orders, subscriptions, licenses, and webhook events.
Sign in to connect Lemon Squeezy
Sign in to connect an account and start using Lemon Squeezy in your apps.
Related integrations
Example Use Cases
These are example ways Snow can use Lemon Squeezy when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to create a new customer. Use after verifying the store exists and you need to add a customer to it. Example: "Create a customer John Doe with email johndoe@example.com in store 1."
Tool to create a new discount code in Lemon Squeezy. Use when you need to create promotional discounts for products or subscriptions. Example: "Create a discount code SUMMER20 with 20% off in store 123."
Tool to create a new webhook for receiving event notifications. Use when you need to register a webhook endpoint to receive events like order_created, subscription_created, etc. Specify the webhook URL, signing secret, and event types to subscribe to.
Tool to delete a discount by its ID. Use when you need to permanently remove a discount from a store.
Tool to delete a webhook. Use when you need to remove a registered webhook endpoint.
Tool to list all affiliates. Use when you need to retrieve affiliates with optional filters and pagination.
Tool to list all checkouts. Use when you need a paginated list of checkouts, optionally filtering by store or variant.
Retrieves a paginated list of all customers from your Lemon Squeezy store(s). Returns customer details including email, name, location, revenue metrics (MRR, total revenue), marketing status, and relationships to orders, subscriptions, and license keys. Use this action to: - Get all customers across stores or filter by specific store_id - Find a customer by email address - List customers with pagination support (default 10 per page, max 100) - Access customer portal URLs and relationship links All parameters are optional. Without filters, returns all customers ordered by creation date (newest first).
Tool to list all discount redemptions. Use when you need a paginated list of discount redemptions, optionally filtering by discount or order.
Tool to list all discounts. Use when you need a paginated list of discounts after confirming authentication.