Lemon Squeezy icon

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.

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.

Create Customer

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."

Create Discount

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."

Create Webhook

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.

Delete Discount

Tool to delete a discount by its ID. Use when you need to permanently remove a discount from a store.

Delete Webhook

Tool to delete a webhook. Use when you need to remove a registered webhook endpoint.

List All Affiliates

Tool to list all affiliates. Use when you need to retrieve affiliates with optional filters and pagination.

List All Checkouts

Tool to list all checkouts. Use when you need a paginated list of checkouts, optionally filtering by store or variant.

List All Customers

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).

List All Discount Redemptions

Tool to list all discount redemptions. Use when you need a paginated list of discount redemptions, optionally filtering by discount or order.

List All Discounts

Tool to list all discounts. Use when you need a paginated list of discounts after confirming authentication.