# 상품/검색 페이지

## 개요

온라인 커머스에서 중요한 여정인 상품 상세페이지와 검색 페이지에 대한 화면과 API를 설명합니다.

***

## 구성

<details>

<summary><a href="/pages/0DXdWXLDA5CVanRVgDxu#undefined">상품 상세 페이지</a></summary>

고객이 특정 상품에 대한 상세 정보를 확인하고 구매까지의 여정을 연결하는 상품 상세페이지에 대한 화면과 API를 설명합니다.

</details>

<details>

<summary><a href="/pages/3ced4b2c4812acf126c09f7b106c5e1fb88b8c41">검색 페이지</a></summary>

고객이 상품 탐색에 대한 여정을 원활하게 제공하기 위한 검색 기능에 대한 화면과 API를 설명합니다.

</details>


---

# 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-api/undefined-2.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.
