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