디버 OpenAPI
  1. Response
디버 OpenAPI
  • 디버 주문접수 OpenAPI 이용안내
  • 공통
    • 1. 꼭 읽어주세요 ‼️
    • 2. 주문 상태
    • 3. API Signature 생성
    • 4. 날짜&시간 형식
    • 5. 물품정보(items) 형식
    • 6. Vehicle 상세 (퀵)
    • 7. Vehicle 상세 (화물)
    • 8. 변경이력
  • API 명세
    • 운임조회(퀵)
    • 운임조회(화물)
    • 주문접수(퀵/화물 공통)
    • 주문 상태 리스트 조회
    • 주문 상세조회(퀵/화물 공통)
    • 주문 취소요청(퀵/화물 공통)
  • 콜백 명세
    • 주문상태 변경 웹훅(콜백)
  • Schemas
    • Response
      • OrderLIstDTO
      • OrderListPinDTO
    • Request
      • calculator
        • quick-calculator-scheme
        • freight-calculator-scheme
        • item dto
        • vehicle dto
        • vehicle-freight-dto
      • orders
        • 구버전 orders 요청
        • 신버전 orders 요청
        • pins
    • eventName Resource
      • additionalPrice resource
      • orderDispatched resource
      • orderReDispatched resource
      • orderOngoing resource
      • orderOneCompleted resource
      • orderAllCompleted
      • orderCanceled
    • 웹훅 공통
    • calculator schema Copy
    • 운임계산 상세정보
    • 운임 상세정보
    • 주문 상태
  1. Response

OrderLIstDTO

{
    "orderId": 0,
    "customerOrderID": "251231-043",
    "status": "received",
    "pins": [
        {
            "customerManagedCode": "251231-043-01",
            "imageUrl": "https://example.com/image.png",
            "completedAt": "string"
        }
    ],
    "additionalPrices": [
        {
            "reason": "delay",
            "amount": 0,
            "adminComment": "string",
            "createdAt": "string"
        }
    ],
    "riderName": "홍길동",
    "riderPhoneNumber": "01012341234",
    "matchedAt": "2025-12-31T00:05:13.211Z"
}
Built with