# 連携

***

#### **BoxHeroは他のプラットフォームと連携できますか？**

はい。BoxHeroは以下に対応しています：

* [**Slack**](https://www.boxhero.io/docs/integrations/slack) — 入庫/出庫/調整/移動の取引に関するリアルタイム通知。
* [**Webhook**](https://www.boxhero.io/docs/integrations/open-api/webhook) — リアルタイムイベントをお使いのシステムへ送信します。
* [**Open API**](https://www.boxhero.io/docs/integrations/open-api) — 完全なプログラムmaticアクセスで、カスタム連携を構築できます。

{% hint style="info" %}
また、次のようなミドルウェアツールも使用できます [Zapier](https://zapier.com/apps/boxhero/integrations) BoxHeroを他の数千ものアプリと接続できます。
{% endhint %}

#### **BoxHeroはeコマースプラットフォームと連携できますか？**

BoxHeroはShopifyやWooCommerceのようなプラットフォームとの直接連携はありません。弊社の [**Open API**](https://rest.boxhero.io/docs/api) を使用して、商品データや取引詳細をお使いのストアと同期できます。

#### **BoxHeroは会計ソフトと連携できますか？**

BoxHeroにはQuickBooksやXeroのような会計ソフトとの標準搭載の連携はありません。方法は2つあります：

* **Excelへエクスポート：** 在庫および取引データを一括エクスポートして、会計ツールにインポートできます。
* **Open API：** REST APIを使用してデータを自動的に同期します。


---

# 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://www.boxhero.io/docs/faq/ja/toapi/lian-xie.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.
