eBay Return Management APIVersion 1.1.0
 

ShipmentType

Type defining the buyerReturnShipment container, which consists of details related to the buyer's return shipment to the seller. Information in the buyerReturnShipment container include the seller's primary return address on record, the expected delivery date, the shipping carrier and tracking number, the delivery status, and the shipping costs.

Type that uses ShipmentType:

Call that uses ShipmentType:

Fields



carrierUsed ( string ) [0..1]
This value is the name of the shipping carrier.
See the Field Index to learn which calls use carrierUsed.

deliveryDate ( dateTime ) [0..1]
This value indicates the actual date of delivery for the returned item. This field is only returned after the seller has received the returned item from the buyer.
See the Field Index to learn which calls use deliveryDate.

maxEstDeliveryDate ( dateTime ) [1]
This date is the latest date that the seller can expect to receive a returned item from the buyer.
See the Field Index to learn which calls use maxEstDeliveryDate.

minEstDeliveryDate ( dateTime ) [1]
This date is the earliest date that the seller can expect to receive a returned item from the buyer.
See the Field Index to learn which calls use minEstDeliveryDate.

returnMerchandiseAuthorization ( string ) [0..1]
This value is the Return Merchandize Authorization (RMA) number associated with the item. The RMA number for an item is expected to be provided by the seller to the buyer upon request. This field is only returned if the buyer requests an RMA number and it is provided by the seller.
See the Field Index to learn which calls use returnMerchandiseAuthorization.

shipmentStatus ( ShipmentStatusType ) [0..1]
This value indicates the current shipping status of the item.
See the Field Index to learn which calls use shipmentStatus.

shippingAddress ( Address ) [1]
This container consists of the seller's primary return address in My eBay, or the return address provided by the seller through the provideSellerInfo call.
See the Field Index to learn which calls use shippingAddress.

shippingCost ( Amount (double) ) [0..1]
This dollar value indicates the total shipping costs incurred by the buyer to ship the returned item.
See the Field Index to learn which calls use shippingCost.

trackingNumber ( string ) [0..1]
This value is the tracking number used by the shipping carrier.
See the Field Index to learn which calls use trackingNumber.