Get Product by ID
get_product_by_idRetrieve one e-commerce product from MySQL by its numeric ID to view product details, inventory, and catalog data.
Instructions
Fetch a single product by numeric ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| sku | Yes | ||
| name | Yes | ||
| price | Yes | ||
| quantity | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| description | No |