> For the complete documentation index, see [llms.txt](https://docs.pandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandium.com/connectors/connectors-101/fulfil-3pl.md).

# Fulfil

## **Connector Overview**

<figure><img src="/files/zdQXP2wZhB0nN2qHBHLZ" alt="" width="256"><figcaption></figcaption></figure>

Fulfil.io is an ERP platform for e-commerce businesses, offering real-time tools for inventory, order fulfillment, and supply chain management. It enhances efficiency with automation and seamless integrations, enabling businesses to scale effortlessly.

## **Authentication Type**

Basic

## **Webhook Supported**

No

## **Secrets**

* PAN\_SEC\_FULFIL-3PL\_API\_TOKEN

## **API Client Supported**

No

## **Requirements for Provisioning**

In order to provision your connector, the following Fulfil-3PL information must be gathered:

* API Token

To obtain the information required for setting up, perform the following steps:

1. Navigate to Settings > Inventory Management > Locations
2. Select the warehouse in question > Ensure the '3PL source' is set to 'Another 3PL using API'.\
   ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdxKzBIbeZ9G0FTyPkO95lgXkY342yGdMarcw1K2jtiy_Sz3ottSbAtxyHlllf_8gSQEyFDfCY_q7dm60RR7WZ4PrfRTuvSJWrp6KZjjyYIy_fpTV_K-3qnj6YyDJuQuUIaEKJB2A?key=XIy8122ZNqmu67sUe4Q2WNF3)
3. The “view access token” button will then be visible, showing the JWT under the 'JWToken' field when clicked.
4. You can copy and securely share the token with the 3PL.

*Please note, the above steps can only be performed by a merchant in Fulfil. For more information, please see* [*here*](https://fulfil-3pl-integration-api.readme.io/reference/authentication)*.*

## **API Resources**

For more information on how to utilize the Fulfil API, feel free to reference the following [documentation](https://fulfil-3pl-integration-api.readme.io/reference/getting-started-with-your-api).


---

# 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://docs.pandium.com/connectors/connectors-101/fulfil-3pl.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.
