Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.76 KB

CreateShipmentFromQuoteRequest.md

File metadata and controls

14 lines (11 loc) · 1.76 KB

# CreateShipmentFromQuoteRequest

Properties

Name Type Description Notes
additional_options \eBay\Sell\Logistics\Model\AdditionalOption[] Supply a list of one or more shipping options that the seller has purchased for this shipment. The total cost of the added options is added to the base shipping cost to determine the final cost for the shipment. All added options must be selected from the set of options offered by the selected rate (such as shipping insurance or the requirement for a recipient signature). The base rate of the shipment is the value of the baseShippingCost field that's associated with the rateId of the selected shipping rate. [optional]
label_custom_message string Optional text to be printed on the shipping label if the selected shipping carrier supports custom messages on their labels. [optional]
label_size string The seller's desired label size. Any supplied value is applied only if the shipping carrier supports multiple label sizes, otherwise the carrier's default label size is used. 4"x6" [optional]
rate_id string The eBay-assigned ID of the shipping rate that the seller selected for the shipment. This value is generated by a call to createShippingQuote and is returned in the rates.rateId field. [optional]
return_to \eBay\Sell\Logistics\Model\Contact [optional]
shipping_quote_id string The unique eBay-assigned ID of the shipping quote that was generated by a call to createShippingQuote. [optional]

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