Lemon Squeezy
lemon_squeezyLemon Squeezy is a platform designed to simplify payments, taxes, and subscriptions for software companies, offering a powerful API and webhooks for seamless integration.
Acciones disponibles (18)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create CustomerLEMON_SQUEEZY_CREATE_CUSTOMERAcciónTool 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."
LEMON_SQUEEZY_CREATE_CUSTOMERAcciónTool 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."
Parámetros de entrada
dataobjectObligatorio
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
linksobjectObligatoriojsonapiobjectObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
List All AffiliatesLEMON_SQUEEZY_LIST_ALL_AFFILIATESAcciónTool to list all affiliates. use when you need to retrieve affiliates with optional filters and pagination.
LEMON_SQUEEZY_LIST_ALL_AFFILIATESAcciónTool to list all affiliates. use when you need to retrieve affiliates with optional filters and pagination.
Parámetros de entrada
sortstringenumSort order: 'createdAt' ascending or '-createdAt' descending.
createdAt-createdAtstore_idintegerFilter affiliates by the ID of the store they belong to.
page_sizeintegerNumber of affiliates per page (1-100).
user_emailstringFilter affiliates by user email.
page_numberintegerPage number for pagination, starting at 1.
Parámetros de salida
dataobject[]ObligatorioList of affiliate records
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All CheckoutsLEMON_SQUEEZY_LIST_ALL_CHECKOUTSAcciónTool to list all checkouts. use when you need a paginated list of checkouts, optionally filtering by store or variant.
LEMON_SQUEEZY_LIST_ALL_CHECKOUTSAcciónTool to list all checkouts. use when you need a paginated list of checkouts, optionally filtering by store or variant.
Parámetros de entrada
filter[store_id]integerOnly return checkouts belonging to the store with this ID.
filter[variant_id]integerOnly return checkouts belonging to the variant with this ID.
Parámetros de salida
dataobject[]ObligatorioList of checkouts
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All CustomersLEMON_SQUEEZY_LIST_ALL_CUSTOMERSAcciónTool to list all customers. use when you need a paginated list of customers with optional filters.
LEMON_SQUEEZY_LIST_ALL_CUSTOMERSAcciónTool to list all customers. use when you need a paginated list of customers with optional filters.
Parámetros de entrada
page[size]integerNumber of customers per page (1-100).
page[number]integerPage number for pagination (starting at 1).
filter[email]stringFilter customers by email address.
filter[store_id]integerFilter customers by the ID of the store to which they belong.
Parámetros de salida
dataobject[]ObligatorioList of customer objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
jsonapiobjectObligatorioJSON:API version object.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Discount RedemptionsLEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONSAcciónTool to list all discount redemptions. use when you need a paginated list of discount redemptions, optionally filtering by discount or order.
LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONSAcciónTool to list all discount redemptions. use when you need a paginated list of discount redemptions, optionally filtering by discount or order.
Parámetros de entrada
page[size]integerNumber of items per page (1-100)
page[number]integerPage number for pagination (starting at 1)
filter[order_id]integerReturn discount redemptions that belong to the order with this ID.
filter[discount_id]integerReturn discount redemptions that belong to the discount with this ID.
Parámetros de salida
dataobject[]ObligatorioList of discount redemptions
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All DiscountsLEMON_SQUEEZY_LIST_ALL_DISCOUNTSAcciónTool to list all discounts. use when you need a paginated list of discounts after confirming authentication.
LEMON_SQUEEZY_LIST_ALL_DISCOUNTSAcciónTool to list all discounts. use when you need a paginated list of discounts after confirming authentication.
Parámetros de entrada
page[size]integerNumber of discounts per page (1-100)
page[number]integerPage number for pagination (starting at 1)
Parámetros de salida
dataobject[]ObligatorioList of discounts
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All License Key InstancesLEMON_SQUEEZY_LIST_ALL_LICENSE_KEY_INSTANCESAcciónTool to list all license key instances. use when you need a paginated list of license key instances, optionally filtering by license key id.
LEMON_SQUEEZY_LIST_ALL_LICENSE_KEY_INSTANCESAcciónTool to list all license key instances. use when you need a paginated list of license key instances, optionally filtering by license key id.
Parámetros de entrada
page[size]integerNumber of instances per page (1-100).
page[number]integerPage number for pagination (starting at 1).
filter[license_key_id]integerFilter instances by the ID of the license key they belong to.
Parámetros de salida
dataobject[]ObligatorioList of license key instances
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Order ItemsLEMON_SQUEEZY_LIST_ALL_ORDER_ITEMSAcciónTool to list all order items. use when you need a paginated list of order items, optionally filtered by order, product, or variant.
LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMSAcciónTool to list all order items. use when you need a paginated list of order items, optionally filtered by order, product, or variant.
Parámetros de entrada
page[size]integerNumber of order items per page (1-100)
page[number]integerPage number for pagination (starting at 1)
filter[order_id]stringFilter order items by order ID
filter[product_id]stringFilter order items by product ID
filter[variant_id]stringFilter order items by variant ID
Parámetros de salida
dataobject[]ObligatorioList of order items
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All OrdersLEMON_SQUEEZY_LIST_ALL_ORDERSAcciónTool to list all orders. use when you need a paginated list of orders, optionally filtering by store or user email.
LEMON_SQUEEZY_LIST_ALL_ORDERSAcciónTool to list all orders. use when you need a paginated list of orders, optionally filtering by store or user email.
Parámetros de entrada
page[size]integerNumber of orders per page (1-100)
page[number]integerPage number for pagination (starting at 1)
filter[store_id]integerReturn only orders belonging to the store with this ID.
filter[user_email]stringReturn only orders where the `user_email` field matches this email address.
Parámetros de salida
dataobject[]ObligatorioList of orders
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All PricesLEMON_SQUEEZY_LIST_ALL_PRICESAcciónTool to list all prices. use when you need a paginated list of all prices, optionally filtering by variant.
LEMON_SQUEEZY_LIST_ALL_PRICESAcciónTool to list all prices. use when you need a paginated list of all prices, optionally filtering by variant.
Parámetros de entrada
page[size]integerNumber of prices per page (1-100)
page[number]integerPage number for pagination (starting at 1)
filter[variant_id]integerReturn only prices associated with the variant with this ID.
Parámetros de salida
dataobject[]ObligatorioList of price objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All ProductsLEMON_SQUEEZY_LIST_ALL_PRODUCTSAcciónTool to list all products. use when you need to fetch your full product catalog.
LEMON_SQUEEZY_LIST_ALL_PRODUCTSAcciónTool to list all products. use when you need to fetch your full product catalog.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of product resources
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All StoresLEMON_SQUEEZY_LIST_ALL_STORESAcciónTool to list all stores. use when you need to retrieve every store belonging to the authenticated account.
LEMON_SQUEEZY_LIST_ALL_STORESAcciónTool to list all stores. use when you need to retrieve every store belonging to the authenticated account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of store resources
metaobjectObligatorioPagination metadata for stores
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Subscription InvoicesLEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICESAcciónTool to list all subscription invoices. use when you need a paginated list of subscription invoices with optional filters.
LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICESAcciónTool to list all subscription invoices. use when you need a paginated list of subscription invoices with optional filters.
Parámetros de entrada
page[size]integerNumber of items per page (1-100)
page[number]integerPage number for pagination (starting at 1)
filter[status]stringFilter invoices by status
filter[refunded]booleanFilter invoices by refunded state (true/false)
filter[store_id]integerFilter invoices by store ID
filter[subscription_id]integerFilter invoices by subscription ID
Parámetros de salida
dataobject[]ObligatorioList of subscription invoices
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version info
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Subscription ItemsLEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_ITEMSAcciónTool to list all subscription items. use when you need a paginated list of items across subscriptions for reporting or auditing.
LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_ITEMSAcciónTool to list all subscription items. use when you need a paginated list of items across subscriptions for reporting or auditing.
Parámetros de entrada
page[size]integerNumber of items per page (1-100)
page[number]integerPage number for pagination (starting at 1)
filter[variant_id]integerFilter subscription items by the ID of the variant.
filter[subscription_id]integerFilter subscription items by the ID of the subscription they belong to.
Parámetros de salida
dataobject[]ObligatorioList of subscription item objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All SubscriptionsLEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONSAcciónTool to list all subscriptions. use when you need a paginated list of subscriptions, optionally filtered by store, order, product, or status.
LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONSAcciónTool to list all subscriptions. use when you need a paginated list of subscriptions, optionally filtered by store, order, product, or status.
Parámetros de entrada
page[size]integerNumber of subscriptions per page (1-100).
page[number]integerPage number for pagination (starting at 1).
filter[status]stringReturn only subscriptions with this status (e.g., 'active', 'cancelled').
filter[order_id]integerReturn only subscriptions belonging to the order with this ID.
filter[store_id]integerReturn only subscriptions belonging to the store with this ID.
filter[product_id]integerReturn only subscriptions belonging to the product with this ID.
filter[user_email]stringReturn only subscriptions where the user_email matches this address.
filter[variant_id]integerReturn only subscriptions belonging to the variant with this ID.
filter[order_item_id]integerReturn only subscriptions belonging to the order item with this ID.
Parámetros de salida
dataobject[]ObligatorioList of subscriptions.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
jsonapiobjectObligatorioJSON:API version object.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Usage RecordsLEMON_SQUEEZY_LIST_ALL_USAGE_RECORDSAcciónTool to list all usage records. use when you need a paginated list of usage records, optionally filtered by subscription item id.
LEMON_SQUEEZY_LIST_ALL_USAGE_RECORDSAcciónTool to list all usage records. use when you need a paginated list of usage records, optionally filtered by subscription item id.
Parámetros de entrada
page[size]integerNumber of usage records per page (1-100).
page[number]integerPage number to retrieve (starting at 1).
filter[subscription_item_id]integerOnly return usage records for the subscription item with this ID.
Parámetros de salida
dataobject[]ObligatorioList of usage record objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
jsonapiobjectObligatorioJSON:API version object.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All VariantsLEMON_SQUEEZY_LIST_ALL_VARIANTSAcciónTool to list all variants. use after selecting a product to retrieve its variants, optionally filtered by status.
LEMON_SQUEEZY_LIST_ALL_VARIANTSAcciónTool to list all variants. use after selecting a product to retrieve its variants, optionally filtered by status.
Parámetros de entrada
page[size]integerNumber of items per page (1-100).
page[number]integerPage number to return (starting at 1).
filter[status]stringenumReturn only variants with the given status ('draft' or 'published').
draftpublishedfilter[product_id]integerReturn only variants associated with this product ID.
Parámetros de salida
dataobject[]ObligatorioList of variant objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All WebhooksLEMON_SQUEEZY_LIST_ALL_WEBHOOKSAcciónTool to list all webhooks. use when you need to retrieve registered webhooks, optionally filtered by store. use after confirming your store id.
LEMON_SQUEEZY_LIST_ALL_WEBHOOKSAcciónTool to list all webhooks. use when you need to retrieve registered webhooks, optionally filtered by store. use after confirming your store id.
Parámetros de entrada
page[size]integerNumber of webhooks per page (1-100).
page[number]integerfilter[store_id]integerOnly return webhooks belonging to the store with this ID.
Parámetros de salida
dataobject[]ObligatorioList of webhook objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
jsonapiobjectObligatorioJSON:API version object
successfulbooleanObligatorioWhether or not the action execution was successful or not