ShippingMethodEnum
This enumerated type lists the values that indicate whether the buyer/seller used an eBay shipping label or arranged for shipping on their own.
Type that uses ShippingMethodEnum:
Calls that use one or more values of ShippingMethodEnum:
Enumeration Values
Value | Description |
SELF_MAIL | This enumeration value indicates that the buyer or seller handled the shipping of an item on their own, and did not use an eBay shipping label. |
SHIPPING_LABEL | This enumeration value indicates that the buyer or seller used an eBay shipping label to ship an item. |
UNKNOWN | This enumeration value indicates it is unknown whether the buyer or seller used an eBay shipping label to ship an item, or handled the shipping on their own. |