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

# Safsira Integration

Order Desk can submit your print on demand orders to [Safsira](https://www.safsira.com/). As orders are fulfilled, the shipment info will automatically be pulled back into Order Desk and sent back to the original shopping cart.

### Setup

To connect to Safsira, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and click to enable the Safsira integration.

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

Screenshot

Alternatively, search for Safsira from the available integrations search.

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

Click the **Connect To Safsira** button to authorize Order Desk to connect to your Safsira store:

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

#### Integration Settings

Once connected, you will 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%2FqLupAGU0ukiBK60bhqYD%2Flegacy-8d564682c83c72fca2b4.png?alt=media)

#### View Available Custom Products

Click to view the current available products you have set up in your Safsira account.

#### Safsira Help

Click *Need Help Getting Started?* to access helpful resources for using Safsira.

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

#### Account

Select which Safsira account you’d like to use for your orders.

#### Payment Method

Select the payment method you’d like to use for your Safsira orders. Please note that the available payment methods must be set up in your Safsira account.

#### After Import, Move To

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

If you want to use a custom folder, create your own from Store Settings. See 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 Safsira sends shipment details back into Order Desk.

#### Product Settings

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

For more information on what the product settings within the Safsira integration do, please read the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

### Sending Orders to Safsira

Getting your orders ready to send to Safsira 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 order item.

| Field Name | Field Description                                                                                         |
| ---------- | --------------------------------------------------------------------------------------------------------- |
| print\_sku | Safsira’s product code/SKU for the item. This can also be passed by using the print SKU as the Item Code. |
| color      | Use to pass item color.                                                                                   |
| size       | Use to pass item size.                                                                                    |


---

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