# 배송/반품/교환 안내 (탭)

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

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

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

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

* 배송/반품/교환 안내
  * 배송안내
  * AS안내
  * 교환안내
  * 환불안내&#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 에 추가할 수 있습니다.


---

# 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/shipping_claim.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.
