# 공통(Common)

## 개요

쇼핑몰의 다양한 모듈에서 공통으로 활용되는 기능들을 효율적으로 제어하고 상호 연동하기 위한 API입니다.

***

## API 구성

* [공통 API](/api-guide/store-front/common/api.md)
* [알림메시지](/api-guide/store-front/common/undefined.md)


---

# 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/store-front/common.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.
