eBay Post-Order APIVersion 2.7.7
 

ProvideShipmentInfoRequest

The base request type of the POST /post-order/v2/casemanagement/{caseId}/provide_shipment_info method, which is used to provide return shipment tracking information.

Call that uses ProvideShipmentInfoRequest:

Fields

shippingCarrierName ( string ) [0..?]
The shipping carrier enumeration value is passed into this field, and represents the shipping carrier being used to return the item.

A list of shipping carrier enumeration values can be found in the ShippingCarrierEnum type definition.
See the Field Index to learn which calls use shippingCarrierName.

trackingNumber ( string ) [0..?]
The shipment tracking number is passed into this field. This value should be passed in without hyphens or spaces. The seller is responsible for the accuracy of this value, as eBay can only validate that the format is consistent with the format that is used by the specified shipping carrier.
See the Field Index to learn which calls use trackingNumber.