> 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-guide/store-front/promotion/undefined.md).

# 프로모션 검증

프로모션 핵심 서비스 로직을 검증하고 테스트합니다. 이에 따라 할인 혜택, 배송비 쿠폰, 사은행사, 마일리지 적립과 관련된 기능들을 정확하게 확인하여 시스템 오류를 최소화합니다.

***

## 주요 기능

* **주문 생성 시 프로모션 정보 검증**
  * 주문 생성 시, 사용자가 선택하거나 사용한 프로모션 정보를 정확하게 검증합니다.
* **데이터 일치 여부 더블체크**
  * 사용자가 선택한 정보를 기반으로 실제 계산된 혜택 및 할인 금액과 사용자에게 표시된 정보가 동일한지 더블체크합니다.

## 프로세스 정의

<figure><img src="/files/XOvTl5Efiw2xyRVXuOY4" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### 프로세스 개요

각 서비스 모듈의 핵심 로직을 일괄 테스트 및 검증 하는 프로세스로, 혜택, 쿠폰, 사은행사, 적립의 검증을 실행합니다.
{% endstep %}
{% endstepper %}

## API 목록

<table><thead><tr><th width="101.4444580078125">API</th><th width="399.888916015625">설명</th><th width="93.5555419921875">Server</th><th width="91.3333740234375">메소드</th><th>비</th></tr></thead><tbody><tr><td>프로모션 정보 검증</td><td>프로모션 할인, 적립, 사은행사, 쿠폰에서 사용하고 있는 서비스 로직을 전체 검증 및 테스트 합니다.</td><td>Order</td><td>POST</td><td><p><a href="https://api.x2bee.com/content?msa=order&#x26;depth=%ED%94%84%EB%A1%9C%EB%AA%A8%EC%85%98%20%EA%B2%80%EC%A6%9D&#x26;path=doValidatePromotion">🔗API 확인하기></a></p><p>임직원 할인 한도 조회: /api/member/v1/staff/getDsctLmtStat</p><p>상품별 단품정보 조회: /api/goods/v1/detail/goods</p></td></tr></tbody></table>
