Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.25 KB

File metadata and controls

16 lines (13 loc) · 1.25 KB

# ShippingMethodsShippingMethod

Properties

Name Type Description Notes
id int Unique identifier of the shipping method.
name string Name of the shipping method, it should give an idea what the shipping method can be used for.
carrier string A `carrier_code` which will indicate which carrier provides the shipping method.
minWeight string Minimum allowed weight of the parcel for this shipping method.
maxWeight string Maximum allowed weight of the parcel for this shipping method.
servicePointInput string Will be either `required` when the shipping method is meant to ship a parcel to a service point, or `none` when this is not the case.
price int A legacy property which will always be `0`, should not be used!
countries \Toppy\Sendcloud\V2\Model\ShippingMethodsShippingMethodCountriesInner[] A list of countries that you can ship to with the shipping method. [optional]

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