Price API
URLs
- Test: https://tpriceapi.logisticstechnology.no
- Production: https://priceapi.logisticstechnology.no
Methods
Version 2
Http method | Relative path | Method description |
---|---|---|
GET | /v2/europe/price | Get cross border prices in Europe. NOTICE! This method is in beta. |
GET | /v2/PriceCalculator | Get estimated freight price. To send a list in the URL, repeat the variable, E.g: ?service=1&service=2 or ?Parcel[0].weight=5&Parcel[0].length=100 |
POST | /v2/PriceCalculator | Get estimated freight price. |
Version 3
Http method | Relative path | Method description |
---|---|---|
GET | /v3/Calculate | Get estimated freight price. To send a list in the URL, repeat the variable, E.g: ?service=1&service=2 or ?Parcel[0].weight=5&Parcel[0].length=100 |
POST | /v3/Calculate | Get estimated freight price by post method. Easier to post complex input model. |