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

# FotoCadeau Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them on to [FotoCadeau](https://www.fotocadeau.nl/) 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 FotoCadeau, click on the **Manage Integrations** link under the **Integrations** menu in the left sidebar, and under the **Print on Demand** tab find and enable FotoCadeau.

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

Alternatively, search for FotoCadeau from the available integration search.

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

Enter your FotoCadeau username and password to connect the integration.

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

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

### Integration Settings

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

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

#### After Import, Move To

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

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

#### Default Submission Email

Enter the email address to be used on orders where the customer hasn’t provided one. The email field is required, so if this is left blank and an email is not on the order, the order will fail to submit to FotoCadeau.

#### Product Settings

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

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

Getting your orders ready to send to FotoCadeau 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 FotoCadeau.

| Field Name      | Field Value                                                   |
| --------------- | ------------------------------------------------------------- |
| shipping\_type  | Set the shipping method on the order. Default is **regular**. |
| shipping\_label | URL of the shipping label, if required. Default is **false**. |

If you are unfamiliar with checkout data, see 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 item in an order.

| Field Name       | Field Description                                                                                                                                                                                |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| print\_sku       | FotoCadeau product code.                                                                                                                                                                         |
| print\_url       | Link to the artwork file.                                                                                                                                                                        |
| option\_sku      | Set the option\_sku if necessary. Add multiple option\_sku fields as option\_sku\_1, option\_sku\_2, etc.                                                                                        |
| option\_quantity | The quantity of the corresponding option\_sku. If multiple option\_sku fields are used, you must set the same number of option\_quantity fields (option\_quantity\_1, option\_quantity\_2, 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/fotocadeau-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.
