ls_get_product
Retrieve a product by ID from LemonSqueezy, including its name, description, price, and status. Optionally include related resources like store and variants.
Instructions
Get a specific product by ID, including name, description, price, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Comma-separated related resources to include (e.g. 'store,variants') | |
| productId | Yes | The product ID |