# 디자인 팝업

### 공통설정

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

공통설정으로 추가한 팝업은 [GET /display/popups 전체 팝업 목록 조회하기](https://docs.shopby.co.kr/?url.primaryName=display/#/Popup/get-popups)를 호출해 페이지 유형으로 조회해서 개발할 수 있습니다.

> 페이지 유형은 API 상세보기를 통해 확인하세요.

### 개별설정

<figure><img src="/files/WzuS58jaMXhIYZcN18Zg" alt=""><figcaption><p>특정 상품의 상품상세 페이지에서만 팝업을 노출하게하는 예시</p></figcaption></figure>

개별 설정을 통해 파라메터 조건에따라 팝업을 노출할 수 있습니다.\
개별설정으로 추가한 팝업은 [POST /design-popups 디자인 팝업 조회하기](https://docs.shopby.co.kr/?url.primaryName=display/#/Popup/get-design-popup)를 호출해서 개발할 수 있습니다.

아래 주소로 접근시에만 해당 팝업이 노출됩니다.

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

### 추가기능

기본 스킨에서 제공하는 `오늘 하루 보이지 않음`기능은 `localStorage`사용하고 있습니다.


---

# 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/common/design-popup.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.
