> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/back-office-api/order-bo-api/undefined-3.md).

# 주문 조회

## 주문/결제 > 주문관리 > 주문조회

> &#x20; \## 기능 설명\
> &#x20; \- 주문조회에서 설정한 검색 조건에 맞는 고객의 주문목록을 조회합니다.\
> &#x20; \---\
> &#x20; \## 상세 내용\
> &#x20; 검색 가능한 조건은 다음과 같습니다.\
> &#x20; \- 사이트, 주문일자, 협력사번호/명, 주문내역상태, 상품유형, 주문자/수취인\
> &#x20; \- 주문번호, 상품번호, 상품명, 주문구분, 채널번호/명\
> &#x20; \- 배송종류, 주문매체, 브랜드번호/명, 배송처리유형\
> &#x20; \---\
> &#x20; \## 수정번호\
> &#x20; \* Release v2.00\_240711: 티켓상품에 한하여 배송지, 배송 요청사항 null 처리\
> &#x20; \* Release v2.00\_240711: E쿠폰번호 컬럼 추가<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"OrderQueryRequest":{"type":"object","properties":{"entrNo":{"type":"string","description":"협력사번호"},"dateSelect":{"type":"string"},"statOrdAccpDtm":{"type":"string","format":"date"},"endOrdAccpDtm":{"type":"string","format":"date"},"loginId":{"type":"string"},"ordDtlStatCd":{"type":"string"},"ordNo":{"type":"string"},"ordNoList":{"type":"array","items":{"type":"string"}},"ordSrcCnd":{"type":"string"},"ordererInfo":{"type":"string"},"goodsTypCd":{"type":"string"},"goodsNoSrcCnd":{"type":"string"},"goodsNo":{"type":"string"},"goodsNoList":{"type":"array","items":{"type":"string"}},"statGoodsNo":{"type":"string"},"endGoodsNo":{"type":"string"},"goodsNm":{"type":"string"},"ordGbCd":{"type":"string"},"chlNo":{"type":"string"},"deliKindCd":{"type":"string"},"ordMediaCd":{"type":"string"},"brandNo":{"type":"string"},"deliProcTypCd":{"type":"string"},"frgnDirPurGoodsYn":{"type":"string"}}},"RealGridListResponseOrderQueryResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderQueryResponse"}}}},"OrderQueryResponse":{"type":"object","properties":{"siteNo":{"type":"string"},"ordNo":{"type":"string"},"ordGbCdNm":{"type":"string"},"ordAccpDtm":{"type":"string","format":"date-time"},"ordMediaNm":{"type":"string"},"ordManNm":{"type":"string"},"ordDtlGbNm":{"type":"string"},"ordDtlStatNm":{"type":"string"},"ordQty":{"type":"integer","format":"int32"},"cnclQty":{"type":"integer","format":"int32"},"rtnQty":{"type":"integer","format":"int32"},"ordSaleTypNm":{"type":"string"},"goodsTypCd":{"type":"string"},"goodsTypNm":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNm":{"type":"string"},"ecpnNo":{"type":"string"},"brandNm":{"type":"string"},"norPrc":{"type":"number"},"salePrc":{"type":"number"},"mbrNo":{"type":"string"},"loginId":{"type":"string"},"mbrMgrNm":{"type":"string"},"mbrGradeNm":{"type":"string"},"mgrGbNm":{"type":"string"},"rcvmnNm":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"deliMsg":{"type":"string"},"deliProcTypNm":{"type":"string"},"deliMethodNm":{"type":"string"},"siteNm":{"type":"string"},"ordManCellSctNo":{"type":"string"},"ordManCellTxnoNo":{"type":"string"},"ordManCellEndNo":{"type":"string"},"rcvmnCellSctNo":{"type":"string"},"rcvmnCellTxnoNo":{"type":"string"},"rcvmnCellEndNo":{"type":"string"},"entrNm":{"type":"string"},"ordSeq":{"type":"string"},"ordProcSeq":{"type":"string"},"deliSeq":{"type":"string"},"deliDtlStatCd":{"type":"string"},"deliDtlStatCdNm":{"type":"string"},"shipQty":{"type":"integer","format":"int32"},"frgnDirPurGoodsYn":{"type":"string"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/order/orderQuery/getOrderQueryList":{"get":{"tags":["주문 조회"],"summary":"주문/결제 > 주문관리 > 주문조회","description":"  ## 기능 설명\n  - 주문조회에서 설정한 검색 조건에 맞는 고객의 주문목록을 조회합니다.\n  ---\n  ## 상세 내용\n  검색 가능한 조건은 다음과 같습니다.\n  - 사이트, 주문일자, 협력사번호/명, 주문내역상태, 상품유형, 주문자/수취인\n  - 주문번호, 상품번호, 상품명, 주문구분, 채널번호/명\n  - 배송종류, 주문매체, 브랜드번호/명, 배송처리유형\n  ---\n  ## 수정번호\n  * Release v2.00_240711: 티켓상품에 한하여 배송지, 배송 요청사항 null 처리\n  * Release v2.00_240711: E쿠폰번호 컬럼 추가\n","operationId":"getOrderQueryList","parameters":[{"name":"orderQueryRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OrderQueryRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseOrderQueryResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
