Get Resollo product details
products.getFetch the full details of one specific Resollo product listing by its ID, including its Semantic Profile (suitable_for, not_ideal_for, target_audience, key_strengths, evokes, is_similar_to -- useful for judging fit against a buyer's stated needs), attributes, all image URLs, shipment prices, and the seller's accepted payment/shipment methods. Returns not_found for products that don't exist, are sold, expired, or moderation-hidden. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ISO 4217 code for the returned price fields. Defaults to USD. Same semantics as in search_products. | |
| productId | Yes | The product listing's uuid. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| unit | Yes | ||
| price | Yes | ||
| seller | Yes | ||
| category | Yes | ||
| condition | Yes | ||
| guarantee | Yes | ||
| image_url | Yes | ||
| min_price | Yes | ||
| attributes | Yes | ||
| created_at | Yes | ||
| image_urls | Yes | ||
| description | Yes | ||
| listing_type | Yes | ||
| offers_enabled | Yes | ||
| auction_ends_at | Yes | ||
| converted_price | Yes | ||
| shipment_prices | Yes | ||
| semantic_profile | Yes | ||
| quantity_available | Yes |