# 상품(Goods) BO

## 개요

상품정보 등록, 상품유형 및 브랜드 관리, 옵션, 상품평 관리등을 위한 상품 관련 API를 소개합니다.

***

## API 구성 <a href="#api" id="api"></a>

* [상품 공통](/api-guide/back-office/goods-bo/undefined.md)
* [상품관리](/api-guide/back-office/goods-bo/undefined-1.md)
* [상품 일괄등록](/api-guide/back-office/goods-bo/undefined-2.md)
* [상품 Q\&A 관리](/api-guide/back-office/goods-bo/q-and-a.md)
* [브랜드 관리](/api-guide/back-office/goods-bo/undefined-3.md)
* [재입고 알림](https://tech.x2bee.com/space/TG/191266898)
* [상품평 관리](/api-guide/back-office/goods-bo/undefined-6.md)
* [단품정보 관리](/api-guide/back-office/goods-bo/undefined-7.md)
* [검색서비스](/api-guide/back-office/goods-bo/undefined-8.md)

<br>


---

# 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/back-office/goods-bo.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.
