---
title: "장바구니 리스트"
method: GET
path: "/api/v1/shopping"
tags: ["Shopping"]
---

# 장바구니 리스트

`GET /api/v1/shopping`

페이지네이션 없음 Max 10 개

## Response `200`

OK

- ShoppingBasketListResponse
  - `average_price` number
  - `average_price_usd` number
  - `code` string
  - `data` ShoppingBasket[]
    - `amt` number — 장바구니 구매수량
    - `amt_stock` number — 구매가능수량
    - `cd_nation` string — 프로젝트 생성 국가 코드
    - `corrs_adj` number — 상응조정률
    - `id_prod` string — 상품 아이디
    - `id_proj` integer — 프로젝트 아이디
    - `id_shopping_basket` string — 장바구니 Id
    - `img_thumbnail_prod` string — 프로덕트 썸네일 이미지 url
    - `minimum_buy_vol` number — 최소 구매 수량
    - `nm_cert_agc` string — 인증기관 이름
    - `nm_prod` string — 상품 이름
    - `nm_proj` string — 프로젝트 이름
    - `nm_proj_dev` string — 프로젝트 개발자 이름
    - `status_srv_prod` 'ACTIVE' | 'DELETED' | 'INACTIVE' | 'READY' — 프로덕트 상태
    - `tot_price` number — 총 가격
    - `tot_price_usd` number — 총 가격 usd
    - `unit_price` number — 톤당 가격
    - `unit_price_usd` number — 톤당 가격 usd
    - `yn_corrs_adj` 'N' | 'Y' — 상응조정률 사용 여부
  - `message` string
  - `total_amount` number
  - `total_price` number
  - `total_price_usd` number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
