Skip to content

ShippingServiceLevel

Field Type Required Description
code string
name string
cost number format: float
iconUrl string
carrier object
{
"code": "string",
"name": "DHL Standard",
"cost": 4.99,
"iconUrl": "https://myserver.com/DHL.png",
"carrier": {
"code": "DHL",
"name": "DHL International"
}
}