Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.15 KB

File metadata and controls

20 lines (17 loc) · 2.15 KB

# ShippingOption

Properties

Name Type Description Notes
code string Unique identifier for this Shipping option. You can use this code to announce a parcel in the Parcel API. [optional]
name string Shipping option friendly name [optional]
carrier \Toppy\Sendcloud\V3\Model\Carrier [optional]
product \Toppy\Sendcloud\V3\Model\ShippingProduct [optional]
functionalities \Toppy\Sendcloud\V3\Model\CarrierShippingFunctionalities [optional]
maxDimensions \Toppy\Sendcloud\V3\Model\ShippingOptionsDimension [optional]
weight \Toppy\Sendcloud\V3\Model\ShippingQuoteWeight [optional]
parcelBilledWeights \Toppy\Sendcloud\V3\Model\ParcelBilledWeights[] If `dimensions` are provided, the volumetric weight will be calculated. The billed weight will indicate which is the highest of the regular weight and the volumetric weight. [optional]
contract \Toppy\Sendcloud\V3\Model\Contract [optional]
requirements \Toppy\Sendcloud\V3\Model\Requirements [optional]
chargingType string Specifies the timing of Sendcloud's invoicing for the shipping label. If set to `label_creation`, the label is invoiced at the moment it is created. If set to `first_scan`, the label is only invoiced when the carrier first scans the parcel. The `first_scan` value is only supported for return shipping options. [optional]
quotes \Toppy\Sendcloud\V3\Model\ShippingQuote[] List of available quotes. Quotes will only be calculated if: - `from_country_code` and `to_country_code` are to provided. - Direct contract prices are provided for the returned shipping options. [optional]

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