API docs: https://urb-it.dev/docs/v4/
Important:
You need to get authorization
and clientId
from urb-it.
The sample code will:
- Create a shipment with one delivery
- Fetch the shipping label for the created shipment
Postman collection
The Urb-it Delivery API postman collection has sample requests for the following actions:
- Create a shipment
- Retrieve a shipment
- Get shipping label
- Cancel a shipment
- Create a webhook configuration
- Retrieve the webhook configuration
- Validate a postcode
Before making requests to any of the above endpoints, make sure to set the variables Authorization
and ClientId
in Postman Environment.