# 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: 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
