> 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/ko/integrations-and-api/integrations.md).

# 연동

***

### 쇼핑몰 연동이 가능한가요? <a href="#ecommerce-integration" id="ecommerce-integration"></a>

박스히어로는 스마트스토어, 카페24 등의 쇼핑몰과 직접 연동을 제공하지 않습니다.&#x20;

다만 [**공개 API**](/docs/ko/integrations/open-api.md)를 이용해 제품 정보나 입출고 데이터를 쇼핑몰과 연동하도록 직접 개발해 사용할 수 있습니다.

### ERP와 연동이 가능한가요? <a href="#erp-integration" id="erp-integration"></a>

박스히어로는 더존, 이카운트 등의 ERP 프로그램과 직접 연동을 제공하지 않습니다.

다만 대부분의 데이터는 엑셀로 내보낼 수 있어, 다운로드한 데이터를 ERP에 반영하는 방식으로 활용할 수 있습니다. 또한 [**공개 API**](/docs/ko/integrations/open-api.md)를 이용해 ERP 연동 기능을 직접 개발하여 사용할 수도 있습니다.

{% hint style="success" %}
원하는 답변을 찾지 못하셨다면 [**고객센터**](/docs/ko/resources/contact.md)로 문의해 주세요.
{% endhint %}


---

# 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/ko/integrations-and-api/integrations.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.
