Lemon Squeezy integration (Productivity, Finance). Imported from open-connector.
https://api.lemonsqueezy.com/v1/users/me
/stores
/stores/{storeId}
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | required | The Lemon Squeezy store ID. |
/products
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | optional | The Lemon Squeezy store ID. |
| pageNumber | integer | optional | Page number to return. |
| pageSize | integer | optional | Number of items to return per page. |
/variants
| Param | Type | Required | Description |
|---|---|---|---|
| productId | integer | optional | The Lemon Squeezy product ID. |
| status | string | optional | Only return variants with this status. |
| pageNumber | integer | optional | Page number to return. |
| pageSize | integer | optional | Number of items to return per page. |
/orders
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | optional | The Lemon Squeezy store ID. |
| userEmail | string | optional | Only return orders whose user_email matches this address. |
| orderNumber | integer | optional | Only return the order with this order number. |
| pageNumber | integer | optional | Page number to return. |
| pageSize | integer | optional | Number of items to return per page. |
/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | optional | The Lemon Squeezy store ID. |
| orderId | integer | optional | The Lemon Squeezy order ID. |
| orderItemId | integer | optional | The Lemon Squeezy order item ID. |
| productId | integer | optional | The Lemon Squeezy product ID. |
| variantId | integer | optional | The Lemon Squeezy variant ID. |
| userEmail | string | optional | Only return subscriptions whose user_email matches this address. |
| status | string | optional | Only return subscriptions with this status. |
| pageNumber | integer | optional | Page number to return. |
| pageSize | integer | optional | Number of items to return per page. |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | optional | The Lemon Squeezy store ID. |
| string | optional | Only return customers for this email. | |
| pageNumber | integer | optional | Page number to return. |
| pageSize | integer | optional | Number of items to return per page. |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | The Lemon Squeezy customer ID. |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | required | The Lemon Squeezy store ID. |
| name | string | required | Full name of the customer. |
| string | required | Email address of the customer. | |
| city | string | optional | City of the customer. |
| region | string | optional | Region or state of the customer. |
| country | string | optional | ISO 3166-1 alpha-2 country code of the customer. |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | The Lemon Squeezy customer ID. |
| name | string | optional | Updated full name of the customer. |
| string | optional | Updated email address of the customer. | |
| city | string | optional | Updated city of the customer. |
| region | string | optional | Updated region or state of the customer. |
| country | string | optional | Updated ISO 3166-1 alpha-2 country code of the customer. |
/webhooks
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | optional | The Lemon Squeezy store ID. |
| pageNumber | integer | optional | Page number to return. |
| pageSize | integer | optional | Number of items to return per page. |
/webhooks/{webhookId}
| Param | Type | Required | Description |
|---|---|---|---|
| webhookId | string | required | The Lemon Squeezy webhook ID. |
/webhooks
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | optional | The Lemon Squeezy store ID. |
| url | string | optional | Webhook endpoint URL. |
| events | array | optional | Webhook events that should trigger deliveries. |
| secret | string | optional | Signing secret used to verify webhook deliveries. |
/webhooks/{webhookId}
| Param | Type | Required | Description |
|---|---|---|---|
| webhookId | string | required | The Lemon Squeezy webhook ID. |
| storeId | integer | optional | The Lemon Squeezy store ID. |
| url | string | optional | Updated webhook endpoint URL. |
| events | array | optional | Updated webhook events. |
| secret | string | optional | Updated signing secret for webhook deliveries. |
/webhooks/{webhookId}
| Param | Type | Required | Description |
|---|---|---|---|
| webhookId | string | required | The Lemon Squeezy webhook ID. |