ShippingMethod
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
||
name |
string |
||
serviceLevels |
array[ShippingServiceLevel] |
Example
Section titled “Example”{ "code": "standardShipping", "name": "Standard Shipping", "serviceLevels": [ { "code": "string", "name": "DHL Standard", "cost": 4.99, "iconUrl": "https://myserver.com/DHL.png", "carrier": {} } ]}
