> For the complete documentation index, see [llms.txt](https://shop-docs.xorosoft.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shop-docs.xorosoft.io/getting-started/configuring-settings/orders/general/general-advanced-settings/sync-third-party-customer-and-company-data-with-xoro.md).

# Sync Third Party Customer And Company Data With Xoro

<figure><img src="/files/uY0ntB9OpIwZasTJMMpC" alt=""><figcaption></figcaption></figure>

A feature ensures that once an order is dropped in Xoro from Shopify, Xoro automatically synchronizes the customer and company data linked to that specific order.

**Applications:**

An additional feature added with the app setting allows users to fetch a specific invoice based on the ThirdPartyCustomerId and ThirdPartyCompanyId by using the [invoice API](https://xorosoft.docs.apiary.io/#reference/invoice/get-invoices) endpoint.

This API accepts multiple parameters. However, if users wants to retrieve data using third-party customer and company IDs, they can utilize the following parameters:

* third\_party\_customer\_id
* third\_party\_company\_id

With these two parameters, users gain the ability to precisely retrieve invoices associated with a specific Third Party Customer and Company Id. To initiate the retrieval process, users must use the provided API endpoint along with the specified parameters. Upon submission, the Xoro system navigates through the database, filtering and extracting invoices corresponding to the designated Third Party Customer and Company IDs.


---

# 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://shop-docs.xorosoft.io/getting-started/configuring-settings/orders/general/general-advanced-settings/sync-third-party-customer-and-company-data-with-xoro.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.
