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

# Sheridan Minnesota Integration

Order Desk can import orders from your shopping carts, apply custom information, and submit them to [Sheridan Minnesota](http://www.bangprinting.com/) (formerly known as Bang Printing) for fulfillment. When orders are shipped, tracking details will be sent back to Order Desk and back to your shopping carts if your store is set up for it.

This guide explains how to set up and use the Sheridan Minnesota integration.

### Setup

To connect to Sheridan Minnesota, click **Manage Integrations** in the left sidebar. Under the **Fulfillment** tab, find and enable the Sheridan Minnesota integration.

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

Alternatively, search for *Sheridan Minnesota* from the available integrations search:

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

Enter your Sheridan Minnesota credentials and click **Connect**.

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

> Order Desk isn’t able to help find or reset your Sheridan Minnesota credentials, as they can only be provided by Sheridan Minnesota.

### Integration Settings

After you’ve connected the integration, you can apply any necessary details or preferences to the settings.

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

#### Environment

Select the environment your store is in, either **Live** or **Test**.

#### Default Mail Class

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

#### After Import, Move To

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

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 when Sheridan Minnesota sends shipment details back to Order Desk.

#### Send Customer Email Address to Sheridan Minnesota

Select this if you want the customer email address sent to Sheridan Minnesota with each order.

#### Automatically Send Imported Orders to Sheridan Minnesota

If you plan to automatically submit *every* order to Sheridan Minnesota for fulfillment, enable this setting. All orders will be sent as they come into Order Desk.

If you have any other fulfillment services, or if some orders should not be sent to Sheridan Minnesota, keep this disabled. Use [rules](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) to submit orders to the appropriate vendor or fulfillment service instead.

#### Default Return Address

Set the default return address that Sheridan Minnesota should use on your shipments.

If you need to customize the return address for certain orders, you can save different return addresses in your Store Settings and then use a rule to set the return address on specific orders. If a return address is not added to the order, the default address set here in the Sheridan Minnesota settings will be used.

For information on adding additional return addresses and applying them to specific orders with a rule, read the [Store Settings](/guided-walkthroughs/using-order-desk/manage-store-settings.md#return-addresses) guide.

#### Product Settings

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

For more information about what these product settings in the Sheridan Minnesota integration are for and how to use them, read the [Fulfillment Integration Product Settings](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md) guide.

### Custom Order Details

You can add custom details to your orders to be passed through to Sheridan Minnesota. Add these details as checkout data or metadata fields. The field names must exactly match this table.

| Field Name            | Field Description                         |
| --------------------- | ----------------------------------------- |
| ShippingInstructions1 | Custom shipping instructions to be added. |
| ShippingInstructions2 | Custom shipping instructions to be added. |

If you’re unfamiliar with checkout data, read the [How to Work with Checkout Data](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.md) guide.


---

# 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/sheridan-minnesota-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.
