brandon14/ebay-sdk-php

View on GitHub
src/Sell/Logistics/V1/docs/Model/CreateShipmentFromQuoteRequest.md

Summary

Maintainability
Test Coverage
# # CreateShipmentFromQuoteRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additional_options** | [**\TNT\Ebay\Sell\Logistics\V1\Model\AdditionalOption[]**](AdditionalOption.md) | Supply a list of one or more shipping options that the seller wants to purchase for this shipment.  <br><br>The <b>baseShippingCost</b> field that's associated with the selected shipping rate is the cost of the base service offered in the rate. In addition to the base service, sellers can add additional shipping services to the base service. Shipping options include things such as shipping insurance or a recipient's signature upon delivery. The cost of any added services is summed with the base shipping cost to determine the final cost for the shipment. All options added to the shipment must be chosen from the set of shipping options offered with the selected 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.  <br><brCurrently, the only valid value is: <code>4\"x6\"</code> | [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 <b>createShippingQuote</b> and is returned in the <b>rates.rateId</b> field. | [optional]
**return_to** | [**\TNT\Ebay\Sell\Logistics\V1\Model\Contact**](Contact.md) |  | [optional]
**shipping_quote_id** | **string** | The unique eBay-assigned ID of the shipping quote that was generated by a call to <b>createShippingQuote</b>. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)