Cancel an active subscription. This will prevent future renewal charges.
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.
Retrieves a list of customer objects. Use the query parameter to filter customers by email address.
Retrieves a list of order objects. Filter orders by store ID, customer ID, or customer email.
Retrieves a list of product objects ordered by name. You can filter products by providing a store_id.
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.
Retrieves detailed information about a specific order by its ID.
Generate an invoice for an order
Retrieves detailed information about a specific product by its ID.
Retrieves detailed information about a specific subscription by its ID.
Issue a refund for an order. Refunds can be full or partial.
Retrieves a list of store objects ordered by name.
Performs an arbitrary authorized API call to the Lemon Squeezy API.
Updates an existing customer in your LemonSqueezy store. You can update the customer's name, email, location information, and marketing status.
Update an existing subscription's billing information, pause/unpause, or change other settings.