Integration with Lemon Squeezy for managing digital product sales, subscriptions, orders, and customer data.

Changelog

3 versions
v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Corrected icons on components: Create Customer, Cancel Subscription, Update Customer, Generate Order Invoice, Issue Refund, Update Subscription.
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Log into your LemonSqueezy account and find your API Key in the API section of your dashboard.

Actions

15
Cancel Subscription icon

Cancel Subscription

Cancel an active subscription. This will prevent future renewal charges.
Create Customer icon

Create Customer

Creates a new customer in your LemonSqueezy store. A customer object represents a customer of your store and is created when they purchase a product for the first time.
Find Orders icon

Find Orders

Retrieves a list of order objects. Filter orders by store ID, customer ID, or customer email.
Find Customers icon

Find Customers

Retrieves a list of customer objects. Use the query parameter to filter customers by email address.
Find Products icon

Find Products

Retrieves a list of product objects ordered by name. You can filter products by providing a store_id.
Find Subscriptions icon

Find Subscriptions

Retrieves a list of subscription objects. Use various filter parameters to refine subscription search, such as store ID, customer ID, order ID, product ID, variant ID, or subscription status.
Generate Order Invoice icon

Generate Order Invoice

Generate an invoice for an order
Get Order Details icon

Get Order Details

Retrieves detailed information about a specific order by its ID.
Get Product Details icon

Get Product Details

Retrieves detailed information about a specific product by its ID.
Get Subscription Details icon

Get Subscription Details

Retrieves detailed information about a specific subscription by its ID.
Issue Refund icon

Issue Refund

Issue a refund for an order. Refunds can be full or partial.
List Stores icon

List Stores

Retrieves a list of store objects ordered by name.
Update Customer icon

Update Customer

Updates an existing customer in your LemonSqueezy store. You can update the customer's name, email, location information, and marketing status.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Lemon Squeezy API.
Update Subscription icon

Update Subscription

Update an existing subscription's billing information, pause/unpause, or change other settings.