eBay Resolution Case Management APIVersion 1.3.0
 

ShipmentType

This type defines the buyerReturnShipment and sellerShipment containers returned in the getEBPCaseDetail response. Note that buyerReturnShipment and sellerShipment containers are never returned in the same response.

Type that uses ShipmentType:

Call that uses ShipmentType:

Fields



carrierUsed ( string ) [0..1]
The shipping carrier being used by the buyer or seller to ship the package.
See the Field Index to learn which calls use carrierUsed.

deliveryDate ( dateTime ) [0..1]
The expected date of delivery from the buyer (buyerReturnShipment) or the seller (sellerShipment).
See the Field Index to learn which calls use deliveryDate.

deliveryStatus ( token ) [0..1]
The status of the delivery from the buyer (buyerReturnShipment) or the seller (sellerShipment).
See the Field Index to learn which calls use deliveryStatus.

shippingAddress ( Address ) [1]
The container for the shipping address for the buyer or seller. If the buyer is returning an item, this address is the seller's shipping address. If the seller is shipping an item, this address is the buyer's shipping address.
See the Field Index to learn which calls use shippingAddress.

shippingCost ( Amount (double) ) [0..1]
The total shipping costs for the buyer (buyerReturnShipment) or the seller (sellerShipment).
See the Field Index to learn which calls use shippingCost.

trackingNumber ( string ) [0..1]
The shipment tracking number. eBay checks to verify that the tracking number is consistent with the numbering scheme used by the specified shipping carrier, but eBay cannot verify that the tracking number is accurate. Accuracy is the responsibility of the party shipping the package.
See the Field Index to learn which calls use trackingNumber.