eBay Trading APIVersion 1349
 

OrderArrayType

Type used by the OrderArray container that is returned in order management calls. The OrderArray container consists of one or more eBay orders that match the input criteria.

Type that uses OrderArrayType:

Call that uses OrderArrayType:

Fields

Errors ( ErrorType ) [0..*]
Not used by any call.

This container will be returned if there are one or more errors or warnings with the corresponding order. This container consists of detailed information on the warning or error, including the actual error message and information on any input parameters that actually triggered the warning or error.
See the Field Index to learn which calls use Errors.

Order ( OrderType ) [0..*]
Details of an eBay order. One eBay order can have one or more order line items (Transaction objects).
See the Field Index to learn which calls use Order.