Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 739 Bytes

BatchRetrieveOrdersResponse.md

File metadata and controls

16 lines (9 loc) · 739 Bytes

BatchRetrieveOrdersResponse

Description

Defines the fields that are included in the response body of a request to the BatchRetrieveOrders endpoint.

Properties

Name Type Description Notes
orders List<Order> The requested orders. This will omit any requested orders that do not exist or are not charged. [optional]
errors List<Error> Any errors that occurred during the request. [optional]
unconvertibleTransactionIds List<String> List of transaction ids within the requested set of ids that encountered transformation issues when being converted to an Order. [optional]