Actions
| Name | Description |
|---|---|
create_productCreate a new product in Lemon Squeezy | Create a new product in Lemon Squeezy |
get_productGet a product by ID | Get a product by ID |
create_variantCreate a new variant for a product | Create a new variant for a product |
get_variantGet a variant by ID | Get a variant by ID |
create_checkoutCreate a new checkout session | Create a new checkout session |
get_orderGet an order by ID | Get an order by ID |
get_subscriptionGet a subscription by ID | Get a subscription by ID |
custom_api_callMake a custom API call to the Lemon Squeezy API | Make a custom API call to the Lemon Squeezy API |
Triggers
| Name | Description |
|---|---|
order_createdTriggers when a new order is created | Triggers when a new order is created |
subscription_createdTriggers when a new subscription is created | Triggers when a new subscription is created |
subscription_updatedTriggers when a subscription is updated | Triggers when a subscription is updated |
subscription_payment_successTriggers when a subscription payment succeeds | Triggers when a subscription payment succeeds |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'lemon-squeezy',
actionName: 'create_product',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Lemon Squeezy to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Lemon Squeezy support?
Lemon Squeezy supports 8 actions including Create Product, Get Product, Create Variant, Get Variant, Create Checkout, and more.
Can I use Lemon Squeezy with AI agents?
Yes. Add Lemon Squeezy to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Lemon Squeezy use?
Lemon Squeezy uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Lemon Squeezy integration cost?
The Lemon Squeezy integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Lemon Squeezy support?
Lemon Squeezy supports 4 triggers including Order Created, Subscription Created, Subscription Updated, Subscription Payment Success.
Connect Lemon Squeezy in 2 minutes
Get 1,000 free actions every month. No credit card required.