get_product
Retrieve complete product details including description, images, expiration, and sold status using the product ID from search results.
Instructions
Get the full record for a single product by its numeric ID.
Use this after search_products returns a candidate the user is
interested in, when you need fields that aren't in the search summary
(full description, all images, expiration, sold status). Don't loop
get_product over many search results — re-search with tighter filters
instead.
Read-only. No authentication.
Args:
product_id: The integer id from a product returned by
search_products or shown on a Partle product page URL.
Returns:
A single product object with all fields, including the canonical
partle_url to share with the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |