# 상품

## 상품 블록 이해하기 <a href="#what_is_product" id="what_is_product"></a>

![Photo by https://unsplash.com/@avivrchmdn](/files/eRmGWkj6VK6Smn2pIb3u)

여러분이 만약 의류나 생활용품 같은 실물 상품을 판매하는 사업자라면, **상품 블록**을 통해 판매 중인 상품들을 갤러리 형태로 만들어 전시할 수 있습니다.

상품 블록의 기능은 매우 단순합니다. 카탈로그처럼 취급하는 상품을 모아 보여주는 것이 주된 용도이며, 고객으로부터 주문을 받거나 결제를 연동하는 기능은 지원되지 않습니다. 대신, 실제로 주문이 가능한 페이지(예: 스마트스토어의 상품 페이지)로 연결되는 링크를 설정할 수 있습니다.

## 상품과 상품 묶음 <a href="#product_and_collection" id="product_and_collection"></a>

상품 블록에는 상품과 상품 묶음이라는 두 가지의 단위가 존재합니다.

### 상품 <a href="#product" id="product"></a>

상품은 말 그대로 단일한 상품을 나타내며, 다음과 같은 정보로 구성됩니다.

* 상품명
* 대표이미지
* 링크
* 가격

상품은 한 번 생성하고 나면 여러 상품 묶음과 미니페이지에서 다시 사용할 수 있습니다.

### 상품 묶음 <a href="#collection" id="collection"></a>

상품 묶음은 한 개 이상의 상품을 담고 있는 그룹입니다. 상품을 전시하려면 반드시 상품 묶음을 만들고 그 안에 상품을 추가해야 합니다.

{% hint style="info" %}
위의 설명에 따르면 상품과 상품 묶음은 마치 파일과 폴더의 관계처럼 보이지만, 같은 상품이 여러 상품 묶음에 속할 수도 있기 때문에 폴더보다는 **태그**의 개념에 더 가깝습니다.
{% endhint %}


---

# 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.reflow.cx/minipage/product.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.
