Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.47 KB

Shipment.md

File metadata and controls

21 lines (18 loc) · 2.47 KB

# Shipment

Properties

Name Type Description Notes
cancellation \eBay\Sell\Logistics\Model\ShipmentCancellation [optional]
creation_date string The date and time the shipment was created, formatted as an ISO 8601 UTC string. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2018-08-06T01:00:00.000Z [optional]
label_custom_message string If supported by the selected shipping carrier, this field can contain optional seller text to be printed on the shipping label. [optional]
label_download_url string The direct URL the seller can use to download an image of the shipping label. By default, the file format is PDF. See downloadLabelFile for requesting different response file formats. [optional]
label_size string The seller's desired label size. The support for multi-sized labels is shipping-carrier specific and if the size requested in the creaateFromShippingQuote call matches a size the carrier supports, the value will be represented here in the shipment. Currently, the only valid value is: 4"x6" [optional]
orders \eBay\Sell\Logistics\Model\Order[] This list value is optionally assigned by the seller. When present, each element in the returned list contains seller-assigned information about an order (such as an order number). Because a package can contain all or part of one or more orders, this field provides a way for sellers to identify the packages that contain specific orders. [optional]
package_specification \eBay\Sell\Logistics\Model\PackageSpecification [optional]
rate \eBay\Sell\Logistics\Model\PurchasedRate [optional]
return_to \eBay\Sell\Logistics\Model\Contact [optional]
ship_from \eBay\Sell\Logistics\Model\Contact [optional]
shipment_id string The unique eBay-assigned ID for the shipment. The ID is generated when the shipment is created by a call to createFromShippingQuote. [optional]
shipment_tracking_number string A unique carrier-assigned ID string that can be used to track the shipment. [optional]
ship_to \eBay\Sell\Logistics\Model\Contact [optional]

[Back to Model list] [Back to API list] [Back to README]