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