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

# PulseID Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them on to [PulseID](https://www.pulsemicro.com/) (by Pulse Microsystems) to get the prints into your production workflow.

### Setup

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

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

Alternatively, search for PulseID from the available integration search.

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

Enter your API key from PulseID and click to connect.

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

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

#### Integration Settings

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

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

#### After Import, Move To

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

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.

#### Product Settings

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

For more information on what these product settings within the PulseID 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.

### Sending Orders to PulseID

Initially, getting your orders ready to send to PulseID is going to take some time before everything is in place for it to happen automatically. For detailed instructions on how to use Order Desk with your print on demand orders, please take a few moments to read the [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 order item. Replace “x” with a value specified in the table, i.e. print\_url\_1 or print\_url\_2.

| Field Name      | Field Description                                                                                                                                                                                                                                                                                                                                       |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| template\_code  | **Required**. Ask Pulse Microsystems if you are unsure what this field should be for your products.                                                                                                                                                                                                                                                     |
| print\_sku      | Product code value.                                                                                                                                                                                                                                                                                                                                     |
| print\_url      | Link to the artwork file. For multi-print items, use print\_url\_1 through print\_url\_5.                                                                                                                                                                                                                                                               |
| print\_location | Location of the print on the item. For multi-print items, use print\_location\_1 through print\_location\_5.                                                                                                                                                                                                                                            |
| fit\_design     | Default is none. For multi-print items, use fit\_design\_1 through fit\_design\_5.                                                                                                                                                                                                                                                                      |
| pre\_treatment  | Default is No. Can be set to Yes.                                                                                                                                                                                                                                                                                                                       |
| text            | Text to be added to the item. For multiple locations, use text\_1 through text\_5. If using text fields, use these remaining fields to specify the design values of the text: fill\_color\_1 through fill\_color\_5, stroke\_color\_1 through stroke\_color\_5, text\_color\_1 through text\_color\_5, and font\_override\_1 through font\_override\_5. |

### Related Articles

* Print On Demand Fulfillment


---

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