> 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/statistics-bo-api/undefined-4.md).

# 마케팅 분석

## 유입 경로별 주문(매출) 현황 목록 조회

> \## 기능설명\
> \* 유입 경로별 주문(매출) 현황 목록을 조회합니다.\
> \---\
> \## 상세 설명\
> \* 매일 09시 기준으로 전날 집계를 수행합니다.\
> \* 유입 경로별 주문(매출) 현황 목록을 조회합니다.\
> \* 집계 구분값으로 주문(01), 매출(02)여부를 구분합니다.\
> \* 유입전시카테고리번호구분코드값에 따라 아래와 같이 상이하게 유입전시카테고리번호/명이 조회됩니다.\
> &#x20;   \* 전시매장(01)인 경우, 매장 카테고리 번호/명\
> &#x20;   \* 기획전(02)인 경우, 기획전 번호/명\
> &#x20;   \* 나머지의 경우, 값 없음\
> \---\
> \## 수정 번호\
> \* Release v2.00\_240827 : 최초 생성<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":{"PathInflowStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"agrtGb":{"type":"string","description":"집계구분"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"}}},"RealGridListResponsePathInflowStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PathInflowStatusResponse"}}}},"PathInflowStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"집계일자"},"agrtGb":{"type":"string","description":"집계구분"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNoGbCdNm":{"type":"string","description":"유입전시카테고리번호구분코드명"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"},"infDispCtgNm":{"type":"string","description":"유입전시카테고리명"},"siteNm":{"type":"string","description":"사이트명"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문(매출)금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"},"dcAmt":{"type":"number","description":"할인금액(전체)"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"}}},"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/statistics/pathInflowStatus/getPathInflowStatusList":{"get":{"tags":["마케팅 분석"],"summary":"유입 경로별 주문(매출) 현황 목록 조회","description":"## 기능설명\n* 유입 경로별 주문(매출) 현황 목록을 조회합니다.\n---\n## 상세 설명\n* 매일 09시 기준으로 전날 집계를 수행합니다.\n* 유입 경로별 주문(매출) 현황 목록을 조회합니다.\n* 집계 구분값으로 주문(01), 매출(02)여부를 구분합니다.\n* 유입전시카테고리번호구분코드값에 따라 아래와 같이 상이하게 유입전시카테고리번호/명이 조회됩니다.\n    * 전시매장(01)인 경우, 매장 카테고리 번호/명\n    * 기획전(02)인 경우, 기획전 번호/명\n    * 나머지의 경우, 값 없음\n---\n## 수정 번호\n* Release v2.00_240827 : 최초 생성\n","operationId":"getPathInflowStatusList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PathInflowStatusRequest"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"infDispCtgNoGbCd","in":"query","description":"유입전시카테고리번호구분코드(OM041)","schema":{"type":"String"}},{"name":"infDispCtgNo","in":"query","description":"유입전시카테고리번호","schema":{"type":"String"}},{"name":"agrtGb","in":"query","description":"집계구분","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponsePathInflowStatusResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 유입 경로별 주문(매출) 현황 그리드 엑셀 일괄 다운르도

> \## 기능설명\
> \* 유입 경로별 주문(매출) 현황 그리드 목록을 엑셀파일로 생성하여 다운로드 합니다.\
> \---\
> \## 상세 설명\
> \* 노출 항목은 그리드 목록과 동일 합니다.\
> \* 페이징 처리 없이, 검색 조건에 해당하는 모든 데이터를 조회합니다.\
> \---\
> \## 수정 번호\
> \* Release v2.00\_240827 : 최초 생성<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":{"PathInflowStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"agrtGb":{"type":"string","description":"집계구분"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"}}},"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/statistics/pathInflowStatus/downloadPathInflowStatusExcel":{"get":{"tags":["마케팅 분석"],"summary":"유입 경로별 주문(매출) 현황 그리드 엑셀 일괄 다운르도","description":"## 기능설명\n* 유입 경로별 주문(매출) 현황 그리드 목록을 엑셀파일로 생성하여 다운로드 합니다.\n---\n## 상세 설명\n* 노출 항목은 그리드 목록과 동일 합니다.\n* 페이징 처리 없이, 검색 조건에 해당하는 모든 데이터를 조회합니다.\n---\n## 수정 번호\n* Release v2.00_240827 : 최초 생성\n","operationId":"downloadPathInflowStatusExcel","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PathInflowStatusRequest"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"infDispCtgNoGbCd","in":"query","description":"유입전시카테고리번호구분코드(OM041)","schema":{"type":"String"}},{"name":"infDispCtgNo","in":"query","description":"유입전시카테고리번호","schema":{"type":"String"}},{"name":"agrtGb","in":"query","description":"집계구분","required":true,"schema":{"type":"String"}},{"name":"fileName","in":"query","description":"파일명","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"엑셀 다운로드 성공"},"900":{"description":"엑셀 다운로드 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 회원등급별 주문(매출) 현황 목록 조회

> \## 기능설명\
> \* 회원등급별 주문(매출) 현황을 조회하는 기능 입니다.\
> \---\
> \## 상세설명\
> \* \[BO] 통계 > 마케팅 분석 > 회원속성별 주문 현황(매출 현황) 페이지 회원등급별 탭에서 조회 버튼 클릭 시 호출됩니다.\
> \* \*\*조회기간(시작일자, 종료일자)\*\*은 필수 조회 조건입니다.\
> \* \*\*사이트\*\*는 선택 조회 조건입니다.\
> \---\
> \## 수정 번호\
> \* Release v2.00\_240827: 회원속성별 주문 현황 최초 생성<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":{"MemberOrderStatusRequest":{"type":"object","description":"회원 속성별 주문/매출 현황 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"type":{"type":"string","description":"조회구분 (G: 회원등급별, A: 연령/성별)"}}},"RealGridListResponseMemberOrderStatusByGradeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberOrderStatusByGradeResponse"}}}},"MemberOrderStatusByGradeResponse":{"type":"object","description":"회원등급별 주문 현황/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"mbrGradeCd":{"type":"string","description":"회원등급코드(ME003)"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrCnt":{"type":"integer","format":"int32","description":"회원수"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문수량"}}},"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/statistics/memberOrderStatus/getMemberOrderStatusByGradeList":{"get":{"tags":["마케팅 분석"],"summary":"회원등급별 주문(매출) 현황 목록 조회","description":"## 기능설명\n* 회원등급별 주문(매출) 현황을 조회하는 기능 입니다.\n---\n## 상세설명\n* [BO] 통계 > 마케팅 분석 > 회원속성별 주문 현황(매출 현황) 페이지 회원등급별 탭에서 조회 버튼 클릭 시 호출됩니다.\n* **조회기간(시작일자, 종료일자)**은 필수 조회 조건입니다.\n* **사이트**는 선택 조회 조건입니다.\n---\n## 수정 번호\n* Release v2.00_240827: 회원속성별 주문 현황 최초 생성\n","operationId":"getMemberOrderStatusByGradeList","parameters":[{"name":"memberOrderStatusRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberOrderStatusRequest"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"siteNo","in":"query","description":"사이트번호","schema":{"type":"String"}}],"responses":{"200":{"description":"주문 현황 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseMemberOrderStatusByGradeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 연령/성별 주문(매출) 현황 목록 조회

> &#x20; \## 기능설명\
> &#x20; \* 연령/성별 주문(매출) 현황을 조회하는 기능 입니다.\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* \[BO] 통계 > 마케팅 분석 > 회원속성별 주문 현황(매출 현황) 페이지 연령/성별 탭에서 조회 버튼 클릭 시 호출됩니다.\
> &#x20; \* \*\*조회기간(시작일자, 종료일자)\*\*은 필수 조회 조건입니다.\
> &#x20; \* \*\*사이트\*\*는 선택 조회 조건입니다.\
> &#x20; \---\
> &#x20; \## 수정 번호\
> &#x20; \* Release v2.00\_240827: 회원속성별 주문 현황 최초 생성<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":{"MemberOrderStatusRequest":{"type":"object","description":"회원 속성별 주문/매출 현황 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"type":{"type":"string","description":"조회구분 (G: 회원등급별, A: 연령/성별)"}}},"RealGridListResponseMemberOrderStatusByAgeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberOrderStatusByAgeResponse"}}}},"MemberOrderStatusByAgeResponse":{"type":"object","description":"연령/성별 주문 현황/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"ageGbCd":{"type":"string","description":"나이구분코드(ME057)"},"ageGbCdNm":{"type":"string","description":"나이구분코드명"},"femaleOrdAmt":{"type":"integer","format":"int64","description":"여성 주문금액"},"femaleCnclAmt":{"type":"integer","format":"int64","description":"여성 취소금액"},"femaleOrdQty":{"type":"integer","format":"int64","description":"여성 주문수량"},"femaleCnclQty":{"type":"integer","format":"int64","description":"여성 취소수량"},"maleOrdAmt":{"type":"integer","format":"int64","description":"남성 주문금액"},"maleCnclAmt":{"type":"integer","format":"int64","description":"남성 취소금액"},"maleOrdQty":{"type":"integer","format":"int64","description":"남성 주문수량"},"maleCnclQty":{"type":"integer","format":"int64","description":"남성 취소수량"},"etcOrdAmt":{"type":"integer","format":"int64","description":"미입력 주문금액"},"etcCnclAmt":{"type":"integer","format":"int64","description":"미입력 취소금액"},"etcOrdQty":{"type":"integer","format":"int64","description":"미입력 주문수량"},"etcCnclQty":{"type":"integer","format":"int64","description":"미입력 취소수량"},"totalOrdAmt":{"type":"integer","format":"int64","description":"총 주문금액"}}},"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/statistics/memberOrderStatus/getMemberOrderStatusByAgeList":{"get":{"tags":["마케팅 분석"],"summary":"연령/성별 주문(매출) 현황 목록 조회","description":"  ## 기능설명\n  * 연령/성별 주문(매출) 현황을 조회하는 기능 입니다.\n  ---\n  ## 상세설명\n  * [BO] 통계 > 마케팅 분석 > 회원속성별 주문 현황(매출 현황) 페이지 연령/성별 탭에서 조회 버튼 클릭 시 호출됩니다.\n  * **조회기간(시작일자, 종료일자)**은 필수 조회 조건입니다.\n  * **사이트**는 선택 조회 조건입니다.\n  ---\n  ## 수정 번호\n  * Release v2.00_240827: 회원속성별 주문 현황 최초 생성\n","operationId":"getMemberOrderStatusByAgeList","parameters":[{"name":"memberOrderStatusRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberOrderStatusRequest"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"siteNo","in":"query","description":"사이트번호","schema":{"type":"String"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseMemberOrderStatusByAgeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 회원등급별 주문(매출) 현황 목록 엑셀 다운로드

> &#x20; \## 기능설명\
> &#x20; \* 회원등급별 주문(매출) 현황 목록을 엑셀 다운로드합니다.\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* 회원등급별 주문(매출) 현황 목록을 페이징 처리 되지 않은 데이터로 엑셀 다운로드합니다.\
> &#x20; \* 요청 집계구분코드가 '01'일 경우, 주문 현황 정보를 제공합니다.\
> &#x20; \* 요청 집계구분코드가 '02'일 경우, 매출 현황 정보를 제공합니다.\
> &#x20; \---\
> &#x20; \## 수정 번호\
> &#x20; \* Release v2.00\_240827: 회원속성별 주문 현황 최초 생성<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":{"MemberOrderStatusRequest":{"type":"object","description":"회원 속성별 주문/매출 현황 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"type":{"type":"string","description":"조회구분 (G: 회원등급별, A: 연령/성별)"}}},"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/statistics/memberOrderStatus/downloadMemberOrderStatusByGradeExcel":{"get":{"tags":["마케팅 분석"],"summary":"회원등급별 주문(매출) 현황 목록 엑셀 다운로드","description":"  ## 기능설명\n  * 회원등급별 주문(매출) 현황 목록을 엑셀 다운로드합니다.\n  ---\n  ## 상세설명\n  * 회원등급별 주문(매출) 현황 목록을 페이징 처리 되지 않은 데이터로 엑셀 다운로드합니다.\n  * 요청 집계구분코드가 '01'일 경우, 주문 현황 정보를 제공합니다.\n  * 요청 집계구분코드가 '02'일 경우, 매출 현황 정보를 제공합니다.\n  ---\n  ## 수정 번호\n  * Release v2.00_240827: 회원속성별 주문 현황 최초 생성\n","operationId":"downloadMemberOrderStatusByGradeExcel","parameters":[{"name":"memberOrderStatusRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberOrderStatusRequest"}},{"name":"type","in":"query","description":"조회구분 (G: 회원등급별, A: 연령/성별)","required":true,"schema":{"type":"String"}},{"name":"agrtGb","in":"query","description":"집계구분","required":true,"schema":{"type":"String"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"siteNo","in":"query","description":"사이트번호","schema":{"type":"String"}}],"responses":{"200":{"description":"성공"},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 연령/성별 주문(매출) 현황 목록 엑셀 다운로드

> &#x20; \## 기능설명\
> &#x20; \* 연령/성별 주문(매출) 현황 목록을 엑셀 다운로드합니다.\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* 연령/성별 주문(매출) 현황 목록을 페이징 처리 되지 않은 데이터로 엑셀 다운로드합니다.\
> &#x20; \* 요청 집계구분코드가 '01'일 경우, 주문 현황 정보를 제공합니다.\
> &#x20; \* 요청 집계구분코드가 '02'일 경우, 매출 현황 정보를 제공합니다.\
> &#x20; \---\
> &#x20; \## 수정 번호\
> &#x20; \* Release v2.00\_240827: 회원속성별 주문 현황 최초 생성<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":{"MemberOrderStatusRequest":{"type":"object","description":"회원 속성별 주문/매출 현황 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"type":{"type":"string","description":"조회구분 (G: 회원등급별, A: 연령/성별)"}}},"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/statistics/memberOrderStatus/downloadMemberOrderStatusByAgeExcel":{"get":{"tags":["마케팅 분석"],"summary":"연령/성별 주문(매출) 현황 목록 엑셀 다운로드","description":"  ## 기능설명\n  * 연령/성별 주문(매출) 현황 목록을 엑셀 다운로드합니다.\n  ---\n  ## 상세설명\n  * 연령/성별 주문(매출) 현황 목록을 페이징 처리 되지 않은 데이터로 엑셀 다운로드합니다.\n  * 요청 집계구분코드가 '01'일 경우, 주문 현황 정보를 제공합니다.\n  * 요청 집계구분코드가 '02'일 경우, 매출 현황 정보를 제공합니다.\n  ---\n  ## 수정 번호\n  * Release v2.00_240827: 회원속성별 주문 현황 최초 생성\n","operationId":"downloadMemberOrderStatusByAgeExcel","parameters":[{"name":"memberOrderStatusRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberOrderStatusRequest"}},{"name":"type","in":"query","description":"조회구분 (G: 회원등급별, A: 연령/성별)","required":true,"schema":{"type":"String"}},{"name":"agrtGb","in":"query","description":"집계구분","required":true,"schema":{"type":"String"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"siteNo","in":"query","description":"사이트번호","schema":{"type":"String"}}],"responses":{"200":{"description":"성공"},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/statistics-bo-api/undefined-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
