# API 가이드

**API 가이드**는 X2BEE의 Store Front API와 Back Office API를 기반으로, 고객 경험 구현부터 운영 관리 기능 연동까지 전 영역을 빠르게 개발할 수 있도록 안내합니다.

X2BEE의 RESTful API는 독립적인 마이크로서비스 아키텍처(MSA)로 설계되어 기능 단위로 유연하게 확장할 수 있으며, 각 서비스는 지속적인 개선과 업데이트를 통해 안정성과 성능을 고도화합니다. 최신 변경 사항은 릴리즈 노트를 통해 확인할 수 있습니다.

이를 통해 개발자는 쇼핑 고객이 직접 사용하는 인터페이스부터, 쇼핑몰 운영·관리 기능까지 하나의 표준화된 방식으로 연동할 수 있으며, 빠른 구현과 유연한 확장이 가능한 API 기반 개발 환경을 경험할 수 있습니다.

### :mag\_right: X2BEE API 알아보기 <a href="#light_bulb_on" id="light_bulb_on"></a>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><strong>Store Front API 이해하기</strong></td><td><mark style="color:$info;">주요 기능을 모듈별로 소개하고, 정의된 프로세스를 설명하며 사용된 API 기능과 상세 링크를 제공합니다.</mark></td><td><a href="/files/GjGiHgTSvUNMXOvrFbpq">/files/GjGiHgTSvUNMXOvrFbpq</a></td><td></td></tr><tr><td><strong>Store Front API 활용하기</strong></td><td><mark style="color:$info;">사용자 경험을 향상시키기 위한 기능을 중심으로, 모바일 Front 화면을 개발하는 방법과 구현 시 유용한 기능을 상세하게 설명합니다.</mark></td><td><a href="/files/90G6aZpKWLROJsk2Wsew">/files/90G6aZpKWLROJsk2Wsew</a></td><td></td></tr><tr><td><strong>Back Office API 이해하기</strong></td><td><mark style="color:$info;">주요 기능을 모듈별로 소개하고, 정의된 프로세스를 설명하며 사용된 API 기능과 상세 링크를 제공합니다.</mark></td><td data-object-fit="cover"><a href="/files/XMjGxOfgjXZaV9sxFRWy">/files/XMjGxOfgjXZaV9sxFRWy</a></td><td><a href="/files/XMjGxOfgjXZaV9sxFRWy">/files/XMjGxOfgjXZaV9sxFRWy</a></td></tr></tbody></table>


---

# 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://tech.x2bee.com/api-guide/readme.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.
