LOGISTIQ Shipping API Document
LOGISTIQ Shipping API Document
Table of Contents
INTRODUCTION ............................................................................................................................... 2
SECURITY ......................................................................................................................................... 2
FUNCTIONAL APIs ............................................................................................................................ 2
FORWARD ORDER BOOKING (POST) ................................................................................................................... 2
RETURN ORDER BOOKING (POST) ....................................................................................................................... 4
PRINT SHIPPING LABEL (GET) .............................................................................................................................. 6
ORDER TRACKING (GET) ...................................................................................................................................... 6
Webhook – Order status push ............................................................................................................................ 8
APPENDIX ...................................................................................................................................... 10
GLOSSARY ......................................................................................................................................................... 10
INTRODUCTION
The objective of this document is to help the reader thoroughly understand the Logistiq shipping API. This API will
enable client’s system to establish direct communication with LOGISTIQ’s system. Using this API, Logistiq allows the
client to access its shipping & tracking systems in an automated way and provides a secure mode of interaction
between systems.
SECURITY
Logistiq provides best in class security methods for all its applications and APIs,
- We use Firebase Authentication to create and manage users that use their email addresses and passwords to
sign in. This ensures that all the requests submitted by the users will be authenticated using their email address
and password.
- We use Nginx Ingress, which exposes HTTP and HTTPS routes from outside the cluster to services within the
cluster. Traffic routing is controlled by rules defined on the Ingress resource. HTTPS is used to ensure all
transmissions are encrypted.
- We use Cloudflare, a global network, to make the connection secure, private, fast, and reliable. It ensures security
of the APIs & Internet applications.
FUNCTIONAL APIs
FORWARD ORDER BOOKING (POST)
Forward order is defined as an order which is to be picked up from client warehouse and to be delivered to the end
customer’s doorstep. This API allows the client to book the forward order with Logistiq by providing full details of
the shipment, pick-up & drop-off.
URL: https://{{BASE_URL}}/auth/api/v2/orders/order-create
URL: https://{{BASE_URL}}/auth/api/v2/orders/order-create