The OrderDetailByOrderTagRequest object is used as an input in GetOrderDetailByOrderTag API. This API allows you to fetch the Order ID of an order using the order tag and simultaneously fetch the order activity (submit, change, cancel etc.) during the day. You can retrieve the details of multiple orders by sending multiple order tags along with their order event type.
OrderDetailByOrderTagRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| OrderEventType | Yes | string | Order event type (e.g., UserSubmitOrder, User-SubmitStagedOrder, UserSubmitCompoundOrder) |
| OrderTags | Yes | repeated string | Order tag |
| UserToken | Yes | string | A server generated GUID that is given as response to the client during the first login |