Get Process Status by Entity
get_process_status_by_entityRetrieve the status of an asynchronous process for a specific entity (order item, transport, return) and event type. Returns results in descending order to show the most recent status first.
Instructions
Get the status of asynchronous processes by entity ID and event type. The entity ID can be an order item ID, transport ID, return number, replenishment ID, etc. Results are returned in descending order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | The entity ID (e.g. order item ID, transport ID, return number). | |
| eventType | Yes | The event type associated with the entity. | |
| page | No | Page number (50 items per page). Defaults to 1. |