ls_get_order_item
Fetch an order item by ID to view product name, variant, price, and quantity. Ideal for verifying line-item details from LemonSqueezy orders.
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 |