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.
Related integrations
Example Use Cases
These are the Lemon Squeezy actions Snow can use when building apps with you. Connecting an account does not make Snow run these 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 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.
Retrieves a paginated list of files from Lemon Squeezy. Use this to get digital goods that can be downloaded by customers after purchase. Each file belongs to a variant and includes download URLs (signed, expiring after 1 hour, rate-limited to 10 downloads/day/IP). Filter by variant ID or control pagination with page number and size.
Tool to list all license key instances. Use when you need a paginated list of license key instances, optionally filtering by license key ID.