# 상품(Goods)

## 개요 <a href="#api" id="api"></a>

쇼핑몰의 상품 정보를 효과적으로 활용하기 위한 상품(Goods) API는 개발자들에게 다양한 기능을 제공합니다.

***

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

* [상품검색](/api-guide/store-front/goods/undefined.md)
* [상품상세](/api-guide/store-front/goods/undefined-1.md)
* [상품 공급 협력사](/api-guide/store-front/goods/undefined-2.md)
* [브랜드](/api-guide/store-front/goods/undefined-3.md)
* [상품 문의](/api-guide/store-front/goods/undefined-4.md)
* [상품상세 배송정보](/api-guide/store-front/goods/undefined-5.md)
* [상품평](/api-guide/store-front/goods/undefined-6.md)
* [상품 모듈 제공 API](/api-guide/store-front/goods/api.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/goods.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.
