1.2 Process Flow
In order to create shipment using this API, you need to generate a access token. Section 2.1 describes how you can generate access token and refresh token in this API. If you already have refresh token, you can look into Section 2.2, it show you how to generate access token using refresh token.
Section 3.1 describes how you can create a shipments data in JSON and send to the API, and get a Hawb No. We can support up to 10 shipments in a single request.
Section 3.5 describes how to generate the report with given Hawb No..
In essence, you need to generate an access token to create shipment and print the label with the given Hawb No. from the Create Shipments step.