> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ja/toapi/lian-xie.md).

# 連携

***

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

はい。BoxHeroは以下をサポートしています：

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

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

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

BoxHeroには、ShopifyやWooCommerceのようなプラットフォームとの直接連携はありません。独自の [**Open API**](https://rest.boxhero-app.com/docs/api) 商品データと取引の詳細をストアと同期するために使用できます。

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

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

* **Excelへエクスポート：** 在庫データと取引データを一括エクスポートして、会計ツールに取り込めます。
* **Open API：** 当社のREST APIを使用してデータを自動で同期できます。


---

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

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