Skip to main content

batch_retrieve_orders

Function batch_retrieve_orders 

Source
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.