iThink Logistics

iThink Logistics is a courier aggregator company that provides shipping services to e-commerce businesses in India. They offer a variety of features like next-day COD remittance and full insurance coverage.

Courier Partner ID: 170

Services integrated

  • Order Creation
  • Tracking via Polling
  • Tracking via Webhooks

Steps to setup iThink logistics reverse on Clickpost

  1. Firstly, complete the process of setting up a courier partner account by following the steps: https://docs.clickpost.ai/docs/create-an-courier-partner-account

  2. This is the screen that you'll get :

Here, you can add the credentials as shared by the iThink team. :

  • secret_key and access_token are mandatory string fields that are used to authenticate requests to iThink's APIs. You can get these field values from your iThink relationship manager.
  • delivery_type is a mandatory field used for order creation. If no value is specified, the default value of Domestic (i.e. 0) will be used. It takes 2 values namely,
    1. Domestic(0 - This option is for domestic deliveries, within the same country)
    2. Same day / next day (2 - This option is for same-day or next-day deliveries).
  • courier: This field is an optional field that specifies a particular courier service that a customer wants to use. The value of this field is used to check if the courier service is available in the customer's pin code. The allowed values for this field are Delhivery, EcomExpress, FedEx, Ekart, Xpressbees, Smartr, and Bluedart. By default, the value of this field is an empty string.
  • service_type is an optional field and is only used if the courier, in the last field courier, is configured as FedEx. The allowed values for this field are standard, priority, and ground. By default, the value of this field is an empty string.
  1. Once done, kindly press Submit. Once done you would have set up iThink Reverse on Clickpost.

Note:

  1. Pre-assigned AWBs: No need to configure pre-assigned AWBs. AWBs are generated by iThink in real-time during the Order Creation API call and returned back in response.
  2. Labels: iThink does not generate a label for its orders. Labels are generated by Clickpost and returned in API response to the customer.