Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • RMS is integrated with logistic aggregators like Clickpost, Shiprocket and Shipway for Shipping Label Generation, Return Order creation, Notification updates etc.

  • These Logistic aggregators are integrated with various couriers (Eg-Delhivery,Bluedart etc.)

  • For the Clickpost Integration, RMS is integrated with their International APIs as well. These APIs facilitate shipping label generation in regions of MENA, EU, US and SEA regions.

  • RMS also provides its RMS Magic APIs, using which logistic aggregators can integrate with RMS using these APIs.

Shipping Label Generation

  • Using this feature, one can generate AWB and Shipping Label Document.

  • There are 3 APIs available here:

    • Create Order API - This creates the order on the logistic aggregator portal. The AWB has not been assigned to the order. This is applicable for Shiprocket and Shipway.

    • Generate Shipping Label API - This generates the AWB and shipping label pdf ( public URL)

    • Get Shipping Label API - This fetches the AWB and shipping label from the logistic aggregator, whose shipping label was already generated

Multiple Shipping Label Configurations

  • Just like how multiple invoice configurations are possible, multiple shipping label configurations are also possible. They will be identified with the help of logistic account aliases which are configured on RMS UI. This logistic account alias will then be passed in the request payload of the API call which will be used to identify the logistic configuration to be used.

Return Order Creation

  • Using this feature, brands can generate return AWB for a return order

  • There are 2 APIs available here:

    • Generate Return AWB API - This creates the return order and generates return AWB on the logistic aggregator portal.

    • Get Return AWB API - This fetches the return AWB from the logistic aggregator

  • The same multiple configurations for logistic aggregator credentials are used here as well.

Notification Push

  • Notifications sent by Logistic Aggregators are forwarded to the client’s systems by RMS.

  • Notifications can be of forward orders containing the information about statuses (DELIVERED, OUT_FOR_DELIVERY,CANCELLED etc) and about return orders (RTO, RETURN_PICKED_UP etc.) ( insert api doc link)

  • Upon receiving the notification from the logistic aggregator, they are then pushed to the client systems based on the url configured.

  • The URL where notifications are to be pushed and the credentials to be used in the notification API call can be configured on the RMS UI.