# 특정 거래의 연결된 모든 상품 조회

## UI 소개

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

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FwDfqOn3bv3D4MS14FexB%2FScreenshot%200007-01-16%20at%203.36.35%E2%80%AFPM.png?alt=media&#x26;token=d5f33bd3-686c-4a94-b566-18820cadb0d0" 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">거래 ID </td><td align="center">거래 선택</td><td align="center"></td></tr><tr><td align="center">정렬대상</td><td align="center"><ul><li>id : 상품 ID (기본값) </li><li>add_time : 거래 생성일 </li><li>update_time : 거래정보 수정일 </li></ul></td><td align="center"></td></tr><tr><td align="center">정렬순서</td><td align="center"><ul><li>오름차순 (기본값) </li><li>내림차순</li></ul></td><td align="center"></td></tr></tbody></table>

***

## 실행 결과&#x20;

| 필드명                            | 설명                            |
| ------------------------------ | ----------------------------- |
| **id**                         | 제품의 고유 식별자 ID                 |
| **sum**                        | 제품에 대한 총액                     |
| **tax**                        | 적용된 세율                        |
| **deal\_id**                   | 제품이 속한 거래의 ID                 |
| **name**                       | 제품의 이름                        |
| **product\_id**                | 제품의 고유 식별자                    |
| **product\_variation\_id**     | 제품 변형의 고유 식별자 (값 없는 경우 null)  |
| **add\_time**                  | 제품이 추가된 시간                    |
| **update\_time**               | 제품 정보가 마지막으로 업데이트된 시간         |
| **comments**                   | 제품에 대한 추가 코멘트                 |
| **currency**                   | 거래의 통화                        |
| **discount**                   | 적용된 할인 금액                     |
| **quantity**                   | 제품의 수량                        |
| **item\_price**                | 단일 제품 가격                      |
| **tax\_method**                | 세금 계산 방식 ("inclusive"는 세금 포함) |
| **discount\_type**             | 할인 유형 ("percentage"는 퍼센트 할인)  |
| **is\_enabled**                | 제품이 활성화 상태인지 여부               |
| **billing\_frequency**         | 청구 빈도 ("one-time"은 일회성 청구)    |
| **billing\_frequency\_cycles** | 청구 주기 횟수 (값 없는 경우 null)       |
| **billing\_start\_date**       | 청구 시작 날짜 (값 없는 경우 null)       |

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