PartialOrderTypeEnum
This enumeration type defines the values that can be used to describe the scope of an order cancellation.
Note: At this time, only full order cancellations are supported. Neither a buyer or a seller may initiate the cancellation of just one line item within a multiple line item order.
Types that use PartialOrderTypeEnum:
Calls that use one or more values of PartialOrderTypeEnum:
Enumeration Values
Value | Description |
FULL_ORDER | This enumeration value indicates that the order cancellation request involves the entire order. |
PARTIAL_ORDER | This enumeration value is not currently applicable, and is reserved for future use. |
UNKNOWN | This enumeration value may get returned if eBay cannot determine the scope of the order cancellation. |