Get a product
distru_get_productFetch a product by its UUID to retrieve its full details. Use this when you have the exact product ID and need the record.
Instructions
Fetch one product by id (GET /public/v1/products/{id}). Returns 404 if the id does not exist on this account. Ids are opaque UUID strings - never construct or parse one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The product UUID. |