> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/epallet-erp.md).

# ePallet ERP

## Snapshot

| Features                        | Details               |
| ------------------------------- | --------------------- |
| Release Status                  | Released              |
| Source API Version              | V1                    |
| Table Selection                 | Yes                   |
| Column Selection                | Yes                   |
| Edit Integration                | Yes                   |
| Replication Type Selection      | No                    |
| Authentication Parameters       | None                  |
| Replication Type                | Key Based Replication |
| Replication Key                 | from, to              |
| Suggested Replication Frequency | 1 hour                |

## **Tables/APIs Supported**

| orders    | products         |
| --------- | ---------------- |
| vendors   | users            |
| customers | customer\_groups |

## Integrate ePallet ERP with Daton

1. Sign in to Daton
2. Select ePallet ERP from Integrations page
3. Provide Integration Name Replication Frequency and History. Integration name would be used in creating tables for the integration and cannot be changed later
4. Provide ePallet's API Key for authentication
5. Post successful authentication you will be prompted to choose required tables
6. Then select all required fields
7. Submit the integration

## Workflow

1. Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
2. Users would be able to edit/pause/re-activate/delete integration anytime
3. Users can view job status and process logs from the integration details page by clicking on the integration name from the active list

## ePallet ERP Data

### orders <a href="#billable-items" id="billable-items"></a>

Purpose: This API is used to fetch the orders associated with the account

Replication: Key Based Incremental

Replication Key: from, to

**Fields**

| Name                             | Data Type |
| -------------------------------- | --------- |
| id                               | NUMERIC   |
| order\_number                    | STRING    |
| status                           | STRING    |
| date\_placed                     | TIMESTAMP |
| last\_updated                    | TIMESTAMP |
| has\_tracking\_number            | STRING    |
| fob\_company\_name               | STRING    |
| fob\_location\_address           | STRING    |
| delivery\_address                | STRING    |
| shipping\_service                | STRING    |
| payment\_status                  | STRING    |
| is\_flat\_rate                   | BOOLEAN   |
| total\_delivered\_price          | NUMERIC   |
| total\_delivery\_price           | NUMERIC   |
| total\_payment\_option\_discount | STRING    |
| total\_coupons\_amount           | STRING    |
| total\_vendor\_coupons\_amount   | STRING    |
| total\_off\_invoice              | NUMERIC   |
| total\_bill\_back\_deduction     | NUMERIC   |
| total\_redemption\_value         | NUMERIC   |
| total\_tax\_value                | NUMERIC   |
| total\_price                     | NUMERIC   |
| grand\_total\_price              | STRING    |
| grand\_total\_delivered\_price   | STRING    |
| epallet\_profit                  | NUMERIC   |
| epallet\_profit\_percentage      | STRING    |
| net\_to\_bank                    | NUMERIC   |
| customer                         | RECORD    |
| vendor                           | RECORD    |
| order\_pallets                   | RECORD    |
| fob\_delivery\_accessorials      | STRING    |
| shipping\_delivery\_accessorials | STRING    |
| tags                             | RECORD    |

### products <a href="#billable-items" id="billable-items"></a>

Purpose: This API is used to fetch the products associated with the account

Replication: Key Based Incremental

Replication Key: from, to

**Fields**

| Name                                | Data Type |
| ----------------------------------- | --------- |
| name                                | STRING    |
| upc                                 | STRING    |
| brand\_name                         | STRING    |
| pack\_size                          | STRING    |
| vendor\_name                        | STRING    |
| customer\_groups                    | STRING    |
| last\_updated\_pricing\_time\_stamp | STRING    |
| product\_category                   | STRING    |
| product\_code                       | NUMERIC   |
| last\_updated                       | TIMESTAMP |

### vendors <a href="#billable-items" id="billable-items"></a>

Purpose: This API is used to fetch the vendors associated with the account

Replication: Key Based Incremental

Replication Key: from, to

**Fields**

| id                      | Data Type |
| ----------------------- | --------- |
| id                      | NUMERIC   |
| image                   | STRING    |
| email                   | STRING    |
| contact\_name           | STRING    |
| status                  | STRING    |
| company\_name           | STRING    |
| last\_login             | TIMESTAMP |
| company\_email          | STRING    |
| title                   | STRING    |
| fax                     | STRING    |
| address                 | STRING    |
| phone\_number           | STRING    |
| company\_type           | STRING    |
| billing\_contact\_name  | STRING    |
| billing\_company\_name  | STRING    |
| billing\_company\_email | STRING    |
| billing\_address        | STRING    |
| billing\_phone\_number  | STRING    |
| website                 | STRING    |
| first\_po\_date         | STRING    |
| payment\_overdue        | STRING    |
| subscription\_plan      | STRING    |
| last\_updated           | TIMESTAMP |

### users <a href="#billable-items" id="billable-items"></a>

Purpose: This API is used to fetch the users associated with the account

Replication: Key Based Incremental

Replication Key: from, to

**Fields**

| Name             | Data Type |
| ---------------- | --------- |
| id               | NUMERIC   |
| email            | STRING    |
| company\_name    | STRING    |
| is\_active       | BOOLEAN   |
| email\_verified  | BOOLEAN   |
| is\_customer     | BOOLEAN   |
| is\_vendor       | BOOLEAN   |
| customer\_groups | STRING    |
| last\_updated    | TIMESTAMP |

### customers <a href="#billable-items" id="billable-items"></a>

Purpose: This API is used to fetch the customers associated with the account

Replication: Key Based Incremental

Replication Key: from, to

**Fields**

| Name                    | Data Type |
| ----------------------- | --------- |
| id                      | NUMERIC   |
| date\_created           | TIMESTAMP |
| contact\_name           | STRING    |
| company\_name           | STRING    |
| company\_email          | STRING    |
| title                   | STRING    |
| fax                     | STRING    |
| address                 | STRING    |
| status                  | STRING    |
| phone\_number           | STRING    |
| customer\_groups        | STRING    |
| salesperson\_email      | STRING    |
| is\_active              | BOOLEAN   |
| email                   | STRING    |
| need\_validation        | BOOLEAN   |
| billing\_contact\_name  | STRING    |
| billing\_company\_name  | STRING    |
| billing\_company\_email | STRING    |
| billing\_address        | STRING    |
| billing\_phone\_number  | STRING    |
| last\_login\_datetime   | STRING    |
| last\_updated           | TIMESTAMP |

### customer\_groups <a href="#billable-items" id="billable-items"></a>

Purpose: This API is used to fetch the customer\_groups associated with the account

Replication: Key Based Incremental

Replication Key: from, to

**Fields**

| Name                         | Data Type |
| ---------------------------- | --------- |
| name                         | STRING    |
| has\_discount                | BOOLEAN   |
| is\_free\_from\_taxes        | BOOLEAN   |
| available\_for\_registration | BOOLEAN   |
| assigned\_customer           | NUMERIC   |
| assigned\_products           | NUMERIC   |
| last\_updated                | TIMESTAMP |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/epallet-erp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
