eBay Trading APIVersion 1357
 

AddOrderResponseType ( AbstractResponseType )

This type defines the response of an AddOrder call. If the multiple line items are successfully combined into a single order, this response includes the unique identifier of this 'Combined Invoice' order (automatically generated by eBay), and a timestamp indicating when the new order was created.

Call that uses AddOrderResponseType:

Fields

CreatedTime ( dateTime ) [0..1]
Timestamp that indicates the date and time that the 'Combined Invoice' order was created.
See the Field Index to learn which calls use CreatedTime.

OrderID ( OrderIDType (string) ) [0..1]
The unique identifier of the successfully-created 'Combined Invoice' order. This value is only created and returned if the AddOrder call is successful in creating the new order.

This value can be used as an input filter in GetOrders calls to retrieve the 'Combined Invoice' order.

Note: This unique identifier is not the same as the OrderID that is generated after payment.
See the Field Index to learn which calls use OrderID.