iThink Logistics Reverse

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: 369

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 (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 field is an optional field that can be used to specify 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 pincode. 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, which means iThink Logistics will allocate an order to one of the couriers based on their internal logic.
  • 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 and you 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: Labels are not required for reverse pickup shipments in India, hence no label will be returned in API response.