ls_get_order_item
Retrieve a specific order item's details by ID, including product name, variant, price, and quantity. Use this to fetch order item information from LemonSqueezy.
Instructions
Get a specific order item by ID, including product name, variant, price, and quantity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Comma-separated related resources to include (e.g. 'order,product,variant') | |
| orderItemId | Yes | The order item ID |