---
title: "요금정보 조회"
method: GET
path: "/v1/cost/{deliveryType}"
tags: ["2. Validation"]
---

# 요금정보 조회

`GET /v1/cost/{deliveryType}`

배송서비스에 따른 요금정보 조회

## Path parameters

- `deliveryType` 'D_SHIPPING' | 'D_TODAY_D' | 'D_TODAY_P' | 'D_TODAY_PD' | 'D_QUICK', required

## Query parameters

- `transporter` 'HANJIN' | 'LOTTE' | 'CJGLS' | 'EPOST'

## Response `200`

성공

- JFSAvailableDeliveryTypeDTOBoxTypeDTOList — 요금정보 조회 응답
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` BoxTypeDTO[]
    - `boxType` string — 박스타입
    - `boxTypeName` string — 박스타입명
    - `weight` integer — 무게
    - `volume` integer — 3변합
    - `cost` integer — 금액
    - `accountGroupCost` boolean — 기업요금여부
    - `accountGroupName` string — 기업명
  - `responseDateTime` string, date-time — 응답 서버 시간

---

[API](https://skmtc.dev/homepick/apis/homepick-api.md) · [All operations](https://skmtc.dev/homepick/apis/homepick-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/homepick/homepick-api/revisions/c6a379f962c8/schema)
