Get Product
ploomes_products_getRetrieve a specific product from Ploomes CRM by its ID. Use expand to include related entities such as Group, Family, or Parts.
Instructions
Get a single product by ID from Ploomes CRM. Use $expand to include related entities like OtherProperties, Group, Family, or Parts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID | |
| expand | No | Related entities to include. E.g.: "OtherProperties,Group,Family" | |
| select | No | Fields to return. E.g.: "Id,Name,UnitPrice,Code" |