# Unicommerce

## Unicommerce

### Overview

LimeChat has a seamless integration with **Unicommerce** which allows us to do the following

1. Use their API to fetch the status of orders (Used for automating order tracking queries via the bot)

Follow the steps below to set up the integration 👇

### Integration

To use the APIs we need to generate an Authentication Token which requires the following credentials

1. `Tenant` (Domain of unicommerce dashboard)
2. `Username` (Email ID of new user)
3. `Password` (Password of newly created user)

### How to generate theseCredentials?

1️⃣ Login to Unicommerce with the admin credentials. Once logged in you will be redirected to unicommerce dashboard. Please note the url in browser’s address bar. It will look like `https://{tenant}.unicommerce.com` . Please note the `tenant` from the url. If the url is <https://mycompany.unicommerce.com> then `mycompany` is the tenant.

2️⃣ Navigate to settings icon from the left sidebar and select `Users`

<figure><img src="/files/epHLifnWvzGGVuVVIWVt" alt=""><figcaption></figcaption></figure>

3️⃣ Click on `ADD USER` , enter the user details and click Add User. It is recommended to create a user with admin privileges.

<figure><img src="/files/mS77gdhHxqpOxzGEAPjJ" alt=""><figcaption></figcaption></figure>

4️⃣  Open your Gmail and find a mail with “**Welcome to Uniware**!”

Click on the “**Verify**” button.

5️⃣ Now set the Password for your Uniware account.

Share these credentials with your dedicated LimeChat Product Consultant to complete the integration


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://limechatai.gitbook.io/limechat-product-guide/whatsapp-marketing/integrations/logistics/unicommerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
