Overview
Add Lemon Squeezy to any ModuleX agent or workflow. Read-only access to the Lemon Squeezy v1 REST API (api.lemonsqueezy.com/v1): customers, orders, products, subscriptions, and stores.
Authentication
API Key Authentication
Authenticate using your Lemon Squeezy API keyRequired Credentials
Available Actions
list_customers — List all customers from your Lemon Squeezy account with pagination support
list_customers — List all customers from your Lemon Squeezy account with pagination support
retrieve_customer — Retrieve a specific customer by ID with their details and purchase history
retrieve_customer — Retrieve a specific customer by ID with their details and purchase history
list_orders — List all orders from your Lemon Squeezy account with optional filtering
list_orders — List all orders from your Lemon Squeezy account with optional filtering
retrieve_order — Retrieve a specific order by ID with full order details
retrieve_order — Retrieve a specific order by ID with full order details
list_products — List all products from your Lemon Squeezy account
list_products — List all products from your Lemon Squeezy account
retrieve_product — Retrieve a specific product by ID with full product details
retrieve_product — Retrieve a specific product by ID with full product details
list_subscriptions — List all subscriptions from your Lemon Squeezy account with optional filtering
list_subscriptions — List all subscriptions from your Lemon Squeezy account with optional filtering
retrieve_subscription — Retrieve a specific subscription by ID with full subscription details
retrieve_subscription — Retrieve a specific subscription by ID with full subscription details
list_stores — List all stores from your Lemon Squeezy account
list_stores — List all stores from your Lemon Squeezy account
Limits & Quotas
- Pagination via JSON:API
page[number]/page[size];per_pageis clamped to 100. - List endpoints return both
data(array of resources) andmeta(pagination block); retrievals return justdata. - 404 retrievals return
success=Falsewith a “not found” message; other non-200 responses surface the body verbatim.