Skip to content

SelectedShippingMethod

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