> 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/print-on-demand/gearment-integration.md).

# Gearment Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them on to [Gearment](https://gearment.com/) for fulfillment. When orders are shipped, the tracking details will be sent back to Order Desk and back to your shopping cart if your store is set up for it.

### Setup

To connect to Gearment, click on the **Manage Integrations** link under the **Integrations** menu in the left sidebar, and under the **Print on Demand** tab find and enable Gearment.

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

Alternatively, search for Gearment from the available integration search.

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

Enter your API credentials from Gearment and click to complete the connection.

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

These can be found in your [Gearment account](https://account.gearment.com/setting) at Settings > API Credentials. If you’re having trouble finding your credentials, please contact your rep from Gearment. **Order Desk support is not able to help with finding or resetting your Gearment credentials**, as they are created and provided by Gearment.

### Integration Settings

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

Once connected, you’ll have some shipment and integration settings to adjust per your preferences.

#### Default Mail Class

Choose the mail class you want Gearment to use for your orders.

If you need to apply specific methods for certain orders, match your method names to their names in the [Shipping Class Match section](#shipping-class-match) below.

#### After Import, Move To

Select the folder you want orders to be moved into after they are successfully sent to Gearment.

You can use one of the default folders already in your store or create your own. Read the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide for more information.

#### After Shipment, Move To

Select the folder you want orders to be moved into after Gearment sends shipment details back to Order Desk.

#### If Canceled, Move To

Select the folder orders should be moved to if they are canceled at Gearment.

#### Send Customer Email Address to Gearment

Select if you want the email address sent to Gearment with each order.

#### Product Settings

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

For more information on what these product settings within the Gearment integration are for, please refer to the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

#### Shipping Class Match

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

Using the shipping class match feature, you can match as many different shipping methods as you offer to the methods Gearment uses to ensure your customers are getting the closest shipping option to what they selected at checkout.

For information on how to set up your shipping preferences, please read the [shipping class match](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-set-up-shipping-class-matches.md) guide.

### Sending Orders to Gearment

Getting your orders ready to send to Gearment will take some set up time. For a detailed walkthrough of how to use Order Desk with your Print on Demand orders, please read through our [Print on Demand Fulfillment](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md) guide.

#### Preparing Your Items

The following fields can be set as variations or item metadata for each item in an order.

| Field Name      | Field Description                                                        |
| --------------- | ------------------------------------------------------------------------ |
| print\_sku      | This is your product Variant ID from Gearment.                           |
| print\_url      | Link to the front artwork file.                                          |
| print\_url\_2   | Link to the back artwork file.                                           |
| size            | Size variant of the product.                                             |
| color           | Color variant of the product.                                            |
| print\_location | Specify the location of the print on your item (e.g. front, back, etc.). |


---

# 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/print-on-demand/gearment-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.
