Tracking

This API is used to track shipping shipments, based on the waybill_no result of placing an order via the Order API.

End Point πŸ‘

Request Headers Parameters :

  • x-api-key, is the api key of the appgregator that has been encrypted using AES encryption format.

  • name, is the name of the project registered in the appgregator that is adjusted to the x-api-key in the previous parameter.

  • connection_name, connection_name is the connection name that is adjusted to the project and x-api-key that has been registered in the appgregator.

  • base_path, is the basepath given directly by the anteraja

  • access_key, is a key that is given directly from the anteraja.

Request Body Parameters :

  • waybill_no, (required), Anteraja's airway bill no. from API Order or API Preorder.

POST https://us-central1-appgregator.cloudfunctions.net/antaraja/service/tracking

Last updated