Govza Delivery API
The Delivery API lets your system price a trip, hand the order to Govza couriers and follow it through to the door.
How access works
Section titled “How access works”The key is issued from the Govza dashboard, either by the customer whose deliveries you will be placing or by the Govza staff member running the integration. Every request made with it acts as the key’s owner: the orders are theirs, billed to them, and visible in their order list. They can revoke the key at any time, and access stops within seconds.
Know this before you start
Section titled “Know this before you start”Addresses carry coordinates. Govza does not geocode: an address must be structured into fields and must include a latitude and longitude. See Addresses.
Pricing is calculated from coordinates. A quote does not depend on the customer having entered an address, so you can show a price at checkout. See Pricing.
A repeated request returns the same order. Your own order identifier
(external_order_id) is the idempotency key. See Orders.