pub async fn batch_retrieve_orders(
configuration: &Configuration,
batch_retrieve_orders_request: BatchRetrieveOrdersRequest,
) -> Result<BatchRetrieveOrdersResponse, Error<BatchRetrieveOrdersError>>Expand description
Retrieves a set of orders by their IDs. If a given order ID does not exist, the ID is ignored instead of generating an error.