LabelActionEnum
This enumerated type lists the actions that may be specified in the labelAction field in the request of the POST /post-order/v2/return/{returnId}/add_shipping_label call.
No calls use LabelActionEnum.
Enumeration Values
Value | Description |
AU_LABEL | Indicates an Australian seller has created an eBay shipping label for the return shipment. Australian sellers are billed for eBay shipping labels on their monthly invoice. |
EBAY_LABEL | Indicates the seller has created an eBay shipping label for the return shipment. |
MARK_AS_SENT | Indicates an eBay-generated label has been sent to the buyer. |
NO_LABEL | Indicates the seller is not providing an eBay shipping label to the buyer. If this value is used, the seller must also include the noLabelReason field and provide the reason why no label is being provided. It could be the seller is providing their own shipping label to the buyer (and not an eBay shipping label). In the case where the seller provides their own label, they must populate the labelId field with the shipment tracking number of the shipping label they're supplying to the buyer. |
PURCHASE_LABEL | Indicates the seller has purchased their own (non-eBay) shipping label for the return shipment. |
UNKNOWN | Indicates the label action is not known. |
UPLOAD_LABEL | Indicates the seller is providing their own shipping label to the buyer (and not an eBay shipping label). |