Skip to content

ShippingMethod

Field Type Required Description
code string
name string
serviceLevels array[ShippingServiceLevel]
{
"code": "standardShipping",
"name": "Standard Shipping",
"serviceLevels": [
{
"code": "string",
"name": "DHL Standard",
"cost": 4.99,
"iconUrl": "https://myserver.com/DHL.png",
"carrier": {}
}
]
}