...
Name | Type | Example | |
---|---|---|---|
transporterId | whole number | 3 | |
transporterName | String | Carrier AS | |
freightProductId | whole number | 4 | |
freightName | String | Express delivery | |
freightTitle | String | Express home delivery | |
freightDescription | String | Delivery on doormat before 07:00 a.m. | |
servicePoints | list of | properties | map of
servicePoints
Name | Type | Example |
---|---|---|
servicePointExternalId | whole number | 3345345 |
servicePointName | String | Pick up point store |
openingHours | list of | There may be more than 1 time intervall for each day, this will be shown as two separate objects E.g. Monday 08:00-10:00 and Monday 14:00-18:00 |
visitingAddress | object | see example below |
deliveryAddress | object | see example below |
routingCode | String | ERT |
eligibleParcelOutlet | boolean | see example below |
servicePointCoordinates | object | see example below |
Examples
Expand | ||
---|---|---|
| ||
|
...