> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/sales-channels/notonthehighstreet-integration.md).

# Notonthehighstreet Integration

Use the Notonthehighstreet integration to automatically import your orders into Order Desk. This guide will go over how to set up and use the Notonthehighstreet integration.

### Setup

To connect to Notonthehighstreet, click on the Manage Integrations link in the left sidebar and under the **Shopping Cart** tab find and enable the Notonthehighstreet integration.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FxzqAp4HyBSEfKhpr3K7d%2Flegacy-8028abbfd888885d069b.png?alt=media)

Once enabled, add your Notonthehighstreet API Key to connect your account.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FDjjWgIn8XeyO6vks06yu%2Flegacy-c6f877062f7c137fdcf1.png?alt=media)

Please note that Order Desk isn’t able to help find or reset your credentials, as they can only be provided by Notonthehighstreet.

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FkM043FUtydZHUokwA6sq%2Flegacy-b055a692fcc96560f307.png?alt=media)

#### Download These Orders

Select the order status of the orders you want Order Desk to download from Notonthehighstreet.

#### Check For New Orders

Select how often you want Order Desk to download new orders from Notonthehighstreet.

#### Folder for New Orders

Select the folder where newly imported orders from Notonthehighstreet should be placed.

For more information, see the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide.

#### Auto Accept Orders

Enable **Auto Accept Orders** if you would like Order Desk to send an order acceptance notice to Notonthehighstreet when an order is downloaded into Order Desk.

#### Sync Tracking Numbers

Enable **Sync Tracking Numbers** to have shipment information sent back to Notonthehighstreet as tracking is added to orders in Order Desk.

#### Country Filter

Use two digit country codes, separated by commas, to only import orders from specific countries.

Add a – to exclude orders from specific countries.

*Examples:*

**US,CA,MX** – only import orders for the United States, Canada and Mexico.\
**-US,-CA,-MX** (or **-US,CA,MX**) – import all orders except for the United States, Canada and Mexico.

#### Inventory Location Filter

If you only want to download specific orders, you can use the Inventory Location Filter field to specify which ones you want. Enter multiple locations separated by a comma.

The inventory location name must match exactly as it is on your inventory items in Order Desk. When importing new orders from Notonthehighstreet, Order Desk will look at the SKUs on the items and compare to the SKUs in your inventory here. Any orders with items for a location that *isn’t* listed in this field will not be imported.

For this to work, your inventory must be added to Order Desk. The Inventory Location should be set on each item. For details, please see [How to Add Inventory](/start-here/getting-started-series/quick-start-orders-and-inventory.md#working-with-inventory) and [How to Store Extra Item Details](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md#store-extra-item-details-in-order-desk).

#### Order Prefix

If you need your order numbers from Notonthehighstreet to have a prefix added to them, you can set the prefix here.

#### First Import Date

Order Desk will only import orders after the date in this field.

#### Download Invoices

If selected, Order Desk will download the available invoices for your orders. **Available in UK only, must be VAT registered.**

#### Fetch Dispatch Date

If selected, Order Desk will fetch the dispatch date for orders and add it to the order metadata.

#### Manually Import Orders

You can manually import orders from Notonthehighstreet at any time. You can import orders by **Date** if you need to bring in multiple orders, or by a specific **Order ID** if you only need to import one order.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FenlqwVDATuR4Pq7ilFIk%2Flegacy-2c6d2f04acde1052cc6f.png?alt=media)

> **Tip: Importing Orders by Date**
>
> If Notonthehighstreet has a large number of orders in the selected date range, you may need to click the **Import** button a few times to bring them all in.


---

# 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://help.orderdesk.com/integration-setup-guides/sales-channels/notonthehighstreet-integration.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.
