Skip to Content
API v1.7.0 Released - Settlement order number query + partial shipment support
API ReferenceOverview

API Reference

Brightmall Vendor API v1.7.0 전체 엔드포인트 명세입니다.

Base URL

https://brightmall-backend.certi.life/vendor-api

Endpoints

MethodEndpointDescription
GET/healthHealth check
POST/orders주문 목록 조회
POST/orders/cancel취소 주문 조회
POST/orders/return반품 주문 조회
POST/orders/exchange교환 주문 조회
PUT/orders/status주문 상태 변경
POST/inventory/confirm재고 확인 + 공급가 등록
POST/shipment/create배송 등록
PUT/shipment/update배송 수정
GET/settlements/pdf거래명세서 PDF
GET/settlements/data거래명세서 JSON

Authentication

모든 요청에 x-vendor-api-key 헤더가 필요합니다.

Pagination

목록 조회 API는 공통 페이지네이션 파라미터를 사용합니다:

ParameterTypeDefaultDescription
pagenumber1페이지 번호
limitnumber20페이지당 항목 수 (max: 100)
Last updated on