> 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-integration.md).

# OrderMyGear Integration

Order Desk can connect to your [OrderMyGear](https://www.ordermygear.com/) account and automatically download orders.

### Setup

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

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

Alternatively, search for OrderMyGear from the available integrations search.

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

Once enabled, enter the Access Token and Sale Code provided by OrderMyGear and click to connect. If multiple sale codes are needed, separate them by comma.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FpGKQwxy60HwwXbLYvD5u%2Flegacy-2f9c8dc65fe232351635.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 OrderMyGear.

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2F6RGPl0xN7Y9eJjgaUjOV%2Flegacy-4b7a2f8cf577ac8d5e69.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, see the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide.

#### Item SKU Style

Select which OrderMyGear field to use as your SKU. You can choose either the **SKU** field or the **Style Number** field.

#### 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 OrderMyGear, 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’d like to add a unique order prefix to the order numbers that come in from OrderMyGear, set that here.

#### Manual Imports

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

If you would rather manually import orders, you can do so by setting the earliest date for orders to import from and clicking the **Import Orders** button.


---

# 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-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.
