Get Order
ploomes_orders_getRetrieve a single order from Ploomes CRM by ID. Optionally expand related entities like products, attachments, or other properties.
Instructions
Get a single order by ID from Ploomes CRM. Use $expand to include related entities like OtherProperties, Products, or Attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID | |
| expand | No | Related entities to include. E.g.: "OtherProperties,Products,Attachments" | |
| select | No | Fields to return. E.g.: "Id,Title,ContactId,Amount" |