> 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/ordermygear-pop-up-stores-integration.md).

# OrderMyGear Pop-up Stores Integration

Order Desk can import orders placed through your [**OrderMyGear**](https://www.ordermygear.com/) pop-up stores, process them, and send them for fulfillment based on the settings you choose.

### Setup

In Order Desk, click **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable the OrderMyGear import integration:

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

Alternatively, search for *ordermygear* from the available integration search, then click **Enable** for the import integration.

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

On the next screen, enter your OrderMyGear **Access Token**, then click **Connect**:

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

> Please note that Order Desk can’t help find or reset your credentials, as these can only be provided by the OrderMyGear team.

### Integration Settings

Once connected, you’ll have a few settings where you can set your preferences for this integration.

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

#### Check for New Orders

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

#### Folder for New Orders

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

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

#### Order Prefix

If you would like to add an order prefix to your OrderMyGear orders as they import into Order Desk, add that value here.

#### Sale ID Filter

If you’d like to only download orders placed from specific sale IDs, enter those IDs here, separated by commas. Order Desk will leave out orders from sales not listed here during the import process.

#### Country Filter

Select countries from the dropdown menu, or choose **Select All**.

Choose **Standard** for Order Desk to only import orders from the selected countries. Choose **Inverted** to import all orders *except* from the selected countries.

#### First Import Date

Set the date from which you would like orders to begin importing from OrderMyGear.

### Manual Imports

#### Manually Import Orders

You can manually import orders from OrderMyGear Popup Stores 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 OrderMyGear Popup Stores 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/ordermygear-pop-up-stores-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.
