# 모든 상품 조회

## UI 소개

{% tabs %}
{% tab title="데이터플로우" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FORb4j8QbrWkVZFRxHbVh%2FScreenshot%200007-01-16%20at%206.41.27%E2%80%AFPM.png?alt=media&#x26;token=5a30a577-6261-444d-b819-7259dbc6412b" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="137" align="center">항목명</th><th width="292" align="center">항목소개</th><th align="center">비고</th></tr></thead><tbody><tr><td align="center"><strong>상품 담당자 선택</strong></td><td align="center">선택한 사용자가 담당한 상품만 조회 (선택)</td><td align="center"></td></tr><tr><td align="center"><strong>정렬 대상 필드 선택</strong></td><td align="center"><ul><li>id : 상품 ID (기본값) </li><li>name : 상품명</li><li>add_time : 생성일</li><li>update_time : 최근수정일</li></ul></td><td align="center"></td></tr><tr><td align="center"><strong>정렬 순서 선택</strong></td><td align="center"><ul><li>오름차순(기본값)</li><li>내림차순</li></ul></td><td align="center"></td></tr></tbody></table>

***

## 실행 결과&#x20;

| 데이터 값                   | 데이터 설명                          |
| ----------------------- | ------------------------------- |
| **id**                  | 상품의 고유 식별자 ID                   |
| **name**                | 상품의 이름                          |
| **tax**                 | 상품에 적용된 세율                      |
| **add\_time**           | 상품이 추가된 시간                      |
| **update\_time**        | 상품 정보가 업데이트된 시간                 |
| **description**         | 상품 설명                           |
| **code**                | 상품 코드                           |
| **unit**                | 상품 단위                           |
| **owner\_id**           | 상품의 소유자 ID                      |
| **category**            | 상품 카테고리 (해당 없음 경우 null)         |
| **is\_deleted**         | 상품이 삭제되었는지 여부                   |
| **is\_linkable**        | 상품을 다른 기록과 연결할 수 있는지 여부         |
| **prices**              | 상품 가격 목록                        |
| **prices.product\_id**  | 가격과 관련된 상품 ID                   |
| **prices.price**        | 가격                              |
| **prices.currency**     | 가격의 통화                          |
| **prices.cost**         | 원가                              |
| **prices.direct\_cost** | 직접 원가                           |
| **prices.notes**        | 가격 관련 메모                        |
| **custom\_fields**      | 상품에 대한 사용자 정의 필드 (데이터 없음 경우 {}) |
| **visible\_to**         | 상품의 가시성 설정                      |

{% hint style="info" %}
표시되는 모든 날자, 시간은 UTC 기준으로 조회됩니다.
{% endhint %}
