# 상품 상세정보 (탭)

<figure><img src="/files/fVP1DQ6trKUqihzqM3yf" alt=""><figcaption></figcaption></figure>

아래 어드민 경로에서 항목들에 대한 에디터(editor)기능을 제공하고 있습니다.\
에디터 기능을 통해 쇼핑몰 관리자는 상품 상세 정보 영역에 노출할 내용을 작성할 수 있습니다.&#x20;

```
shop by basic/pro : 상품 > 상품 관리 > 상품 등록 
shop by premium : 상품관리 > 상품등록
```

<div align="left"><figure><img src="/files/sDvtYOJtnx7XokgpenJX" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/YCmtbC8OvvbZCze9OJoO" alt=""><figcaption></figcaption></figure></div>

* 상품 상세
  * 상품 상세 (상단)
  * 상품 상세&#x20;
    * ⓐ 등록된 옵션 이미지 사용
  * 상품 상세 (하단)
* 기본 정보
  * 원산지
  * 제조일자
  * 유효일자
* 상품정보제공고시
* 인증정보

> [GET /productNo](https://docs.shopby.co.kr/?url.primaryName=product/#/Product/get-products-product)
>
> ► 상품 상세 조회\
> 해당 상품번호(productNo)에 대한 상세 정보를 조회합니다.

[상품 기본정보](https://workspace-help.nhn-commerce.com/undefined-1/api-1/undefined-7/undefined) 문서에서 소개했던 API 입니다. \
해당 상품번호에 대한 상품 기본정보, 상세 정보, 배송/반품/교환, 후기, 문의, 관련상품 등의 정보를 조회할 수 있습니다.&#x20;

어드민에 작성한 데이터를 그대로 쇼핑몰 고객들이 보는 화면에 노출합니다.\
해당 정보들은 GET /products/{productNo} 리턴 값에 포함되어 있으며, 에디터로 작성한 내용은 html 코드 형태로 제공하므로 곧바로 상품 페이지 html 에 추가할 수 있습니다.

* contentFooter : 상품 상세 하단
* content : 상품 상세
* contentHeader : 상품 상세 상단

<figure><img src="/files/OaDU1pCWUyxyGvH5PBqR" alt=""><figcaption></figcaption></figure>

#### ⓐ 등록된 옵션 이미지 사용&#x20;

상품 상세정보 영역에서 '등록된 옵션 이미지 사용' 기능에 대해 소개합니다.

어드민에서 '상품 상세 사용' 토글 대신 '등록된 옵션 이미지 사용' 항목을 선택할 수 있습니다. \
등록된 옵션 이미지 사용 선택 시, 옵션 이미지가 등록되어 있는 옵션의 이미지 등록 여부 및 사용 여부에 따라\
\[판매정보 > 옵션 > 옵션 수정] 에서 등록해 두었던 옵션의 첫 번째 옵션 값과 이미지가 노출됩니다.&#x20;

<div align="left"><figure><img src="/files/RS9hfgTOECDkrzhVU0lI" alt="" width="563"><figcaption></figcaption></figure></div>

> [GET /products/{productNo}/options/{optionNo}/images](https://docs.shopby.co.kr/?url.primaryName=product/#/Product/get-products-option-images)
>
> ► 옵션의 이미지 정보 조회하기 \
> 해당 상품번호(productNo)에 대한 옵션 이미지 목록 정보를 조회합니다.


---

# 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://workspace-help.nhn-commerce.com/aurora-guide/api-1/product-detail/product-detail.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.
