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

# ShineOn Integration

Order Desk can pull orders in from your shopping cart(s), sync your print details into them, and then submit them to [ShineOn](https://shineon.com/). As ShineOn fulfills the orders, the shipment details will be sent back to Order Desk and on to the original shopping cart if your store is set up for it.

### Setup

To connect to your ShineOn account, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, look for and enable the ShineOn integration.

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

Alternatively, search for ShineOn from the available integration search.

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

Once enabled, enter your Access Token, which you can find in your ShineOn dashboard and click to connect.

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

To find your ShineOn credentials, please contact your rep from ShineOn. **Order Desk support is not able to help with finding or resetting your ShineOn credentials**, as they are created and provided by ShineOn.

### Integration Settings

Once connected to ShineOn, adjust the settings to your preferences.

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

#### View Available Products

Use to view available ShineOn products.

#### After Import, Move To

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

You can choose the default Prepared folder for this, or create your own folders in your Store Settings. 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 as ShineOn sends shipment details back to Order Desk.

#### If Canceled, Move To

Select the folder you want orders to be moved into if they are canceled at ShineOn.

#### Product Settings

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

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

Getting your orders ready to send to ShineOn 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 Orders

The following fields can be set as checkout data or order metadata to specify what gets sent to ShineOn:

| Field Name  | Field Description                                                                                                                                         |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Currency    | Set the currency if not USD.                                                                                                                              |
| PONumber    | If you need to set your own PONumber, do so with this field.                                                                                              |
| PackingSlip | Link to your packing slip file. Details [here](/guided-walkthroughs/templates-emails-and-order-documents/how-to-create-pdf-files-for-order-documents.md). |

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

#### Preparing Your Items

The following fields can be set as variations or item metadata for each order item. Please note that these fields are only required if your item has not yet been set up with print details within your ShineOn account.

| **Field Name**           | **Field Description**                                                                                                                                                                                                                                                                                             |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| print\_sku               | **Required.** The ShineOn item code.                                                                                                                                                                                                                                                                              |
| print\_url               | The URL of your artwork file.                                                                                                                                                                                                                                                                                     |
| item\_property\_key\_x   | Use this field to set the type of property you want to send for the item. It supports up to 5 values using **item\_property\_key\_1** through **item\_property\_key\_5**.Supported values include: *Engraving Font, Engraving Line 1, Engraving Line 2, Front, Back, Left, Right, Name, Cross Engraving on Back.* |
| item\_property\_value\_x | Use this field to set the value that matches the related **item\_property\_key\_x**. Supports up to 5 values using **item\_property\_value\_1** through **item\_property\_value\_5**.Each value must match the corresponding key field (for example, item\_property\_key\_1 with item\_property\_value\_1).       |

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