ShippingServiceLevel
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
||
name |
string |
||
cost |
number |
format: float |
|
iconUrl |
string |
||
carrier |
object |
Example
Section titled “Example”{ "code": "string", "name": "DHL Standard", "cost": 4.99, "iconUrl": "https://myserver.com/DHL.png", "carrier": { "code": "DHL", "name": "DHL International" }}
