Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 988 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 988 Bytes

Urb-it Delivery examples:

API docs: https://urb-it.dev/docs/v4/

Important: You need to get authorization and clientId from urb-it.

The sample code will:

  1. Create a shipment with one delivery
  2. 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

Postman Collection

Before making requests to any of the above endpoints, make sure to set the variables Authorization and ClientId in Postman Environment.