1. Calculate Pricing

View as Markdown
Returns a shipping quote for a given weight and route, before a shipment is created. Use this to show delivery cost at checkout. **Body parameters** | Field | Type | Required | Description | |---|---|---|---| | weight | number | Yes | Package weight in kg | | senderCity | string | Yes | Pickup city (e.g. Blantyre, Lilongwe, Zomba, Mzuzu) | | receiverCity | string | Yes | Delivery city |

Authentication

X-API-Keystring
API Key authentication via header

Headers

X-API-KeystringOptional
Your shop's API key

Request

This endpoint expects an object.
weightdoubleRequired
senderCitystringRequired
receiverCitystringRequired

Response

OK
dataobject
successboolean