eBay Post-Order APIVersion 2.7.7
 

ProvideLabelResponse

The base response type of the POST /post-order/v2/return/{returnId}/add_shipping_label method.

Call that uses ProvideLabelResponse:

Fields

labelData ( string ) [0..?]
This field contains the text of the shipping label. This field is returned if the shipping label was successfully created.
See the Field Index to learn which calls use labelData.

labelId ( string ) [0..?]
The unique eBay-assigned ID of the shipping label. This field is returned if the shipping label was successfully created.
See the Field Index to learn which calls use labelId.

labelURL ( string ) [0..?]
This value is the URL of the page where the shipping label can be downloaded and printed. This field is returned if the shipping label was successfully created.
See the Field Index to learn which calls use labelURL.

trackingNumber ( string ) [0..?]
The tracking number on the shipping label that will be used for tracking the shipment. This field is returned if the shipping label was successfully created.
See the Field Index to learn which calls use trackingNumber.