Lemon Squeezy is a platform designed to simplify payments, taxes, and subscriptions for software companies, offering a powerful API and webhooks for seamless integration.
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 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.
Tool to list all customers. use when you need a paginated list of customers with optional filters.
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.