> 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/tools-and-productivity/yotpo-integration.md).

# Yotpo Integration

Order Desk can integrate with [Yotpo](http://yotpo.com/) to allow merchants to send order information into Yotpo and from there through multiple sales channels.

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the Yotpo integration.

![](/files/nVQaXGC9Imvlqm1lnz09)

Enter your API credentials then Connect to Yotpo.

![](/files/JeFhDmNqdlgqpaueI3OE)

### Integration Settings

![](/files/kJZGXFfjhAprcI7lA8Zu)

#### Store URL

Displays the URL of the store you used when connecting the integration.

#### Currency Code

Enter the three-letter currency code you’ll be using for your orders (e.g., USD, EUR)

#### Include Prices When Sending Orders

Enable this to include item prices when sending order details to Yotpo.

#### Auto Submit Imported Orders to Yotpo

Enable this to automatically submit **any** orders imported into Order Desk to your Yotpo account.

#### Product Code Match

If the SKUs used in your shopping cart or marketplace don’t match the SKUs used in Yotpo, use this feature to tell Order Desk what SKUs to change them to when sending the order. [Learn more about Product Code Match here](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md#product-code-match).

#### Product Code Skip

To prevent certain SKUs from being sent to Yotpo, add them to this field. Any SKUs listed here will be excluded when sending orders. To learn how to use the **Product Code Skip** feature, [check out this guide](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md#product-code-skip).


---

# 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/tools-and-productivity/yotpo-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.
