get_entity_audit
Retrieve change history for any MoySklad entity using its type and UUID. Track modifications to products, orders, and other records to maintain a complete audit trail.
Instructions
Get the change history of a single entity by type and UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity UUID | |
| entity_type | Yes | Entity type, e.g. 'customerorder', 'product' |