# 미진열 상품을 관리자만 쇼핑몰에서 따로 확인할 수 있나요?

<mark style="color:blue;">관리자 IP에서 쇼핑몰을 접속할 경우에만 미진열 상품에 대해 미리보기가 가능해요.</mark>

***

{% stepper %}
{% step %}
관리자페이지에서 상품 정보로 접속하면 아래와 같이 상품번호 확인이 가능하며 해당 상품번호를 복사해 주세요.

<figure><img src="/files/HYu0McLF4UzjlxEf6hNQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
쇼핑몰에서 다른 임의의 상품으로 접속하면 아래와 같이 경로가 보여져요.\
<http://쇼핑몰도메인/shop/shopdetail.html?branduid=상품번호>
{% endstep %}

{% step %}
위경로에서 마지막 상품번호 부분에 1번에서 복사한 상품번호를 입력해 주시면 돼요.
{% endstep %}
{% endstepper %}


---

# 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://help.makeshop.co.kr/faq/product/undefined-1/undefined-3.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.
