eBay Post-Order APIVersion 2.7.7
 

InitiateShippingLabelResponse

The base response type of the POST /post-order/v2/return/{returnId}/initiate_shipping_label method, which is used to initiate a shipping label for a return.

Call that uses InitiateShippingLabelResponse:

Fields

carrier ( string ) [0..?]
This enumeration value indicates the shipping carrier that will be used to ship the return item. The ShippingCarrierEnum type definition contains some popular shipping carriers for the US, UK, Germany, Canada, and Australia, but it is not a complete list.
See the Field Index to learn which calls use carrier.

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

labelURL ( string ) [0..?]
This field provides the URL to the page where the buyer can download and print out the shipping label.
See the Field Index to learn which calls use labelURL.

trackingNumber ( string ) [0..?]
This value is the tracking number on the shipping label. Shipment tracking is available for most shipping carriers.
See the Field Index to learn which calls use trackingNumber.