# Linnworks

### Connect to Linnworks

1\. Go to the **Resources** page and click the <img src="/files/luUqNwhjG7IZbheUpaBG" alt="" data-size="line">  button.&#x20;

2\. Select **Linnworks**.

3\. Enter your account credentials and click **Connect**.&#x20;

{% hint style="info" %}
Linnworks platform has two portals: seller and developer. First, to create API credentials, log in to the [developer portal](https://developer.linnworks.com/) and create an application of type `System Integration`. Then click on provided Installation URL and proceed with an installation wizard. The wizard will show a token that you will need for authentication. The installed application will be present on your account on [seller portal](https://login.linnworks.net/).

Authentication credentials can be obtained on developer portal section Applications -> *Your application name* -> Edit -> General. And the token, if you missed it during the install, can be obtained anytime under the section Applications -> *Your application name* -> Installs.
{% endhint %}

4\. Choose tables to import and click **Finish Setup**.&#x20;

5\. You will see a  <img src="/files/-MgBo4LSmdK4OS-NqLZy" alt="" data-size="line"> icon next to your resource. It may take a few minutes to several hours depending on the data size and the number of your tables. Once your data is ready, you will receive a notification email.&#x20;

### Supported table <a href="#output-schema" id="output-schema"></a>

* [StockLocations](https://apps.linnworks.net/Api/Method/Inventory-GetStockLocations)
* [StockLocationDetails](https://apps.linnworks.net/Api/Method/Locations-GetLocation)
* [StockItems](https://apps.linnworks.net//Api/Method/Stock-GetStockItemsFull)
* [ProcessedOrders](https://apps.linnworks.net/Api/Method/ProcessedOrders-SearchProcessedOrders)
* [ProcessedOrderDetails](https://apps.linnworks.net/Api/Method/Orders-GetOrdersById)


---

# 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://docs.acho.io/acho-studio/resources/import-data/linnworks.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.
