API Reference
Brightmall Vendor API v1.7.0 전체 엔드포인트 명세입니다.
Base URL
https://brightmall-backend.certi.life/vendor-apiEndpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /health | Health 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는 공통 페이지네이션 파라미터를 사용합니다:
| Parameter | Type | Default | Description |
|---|---|---|---|
page | number | 1 | 페이지 번호 |
limit | number | 20 | 페이지당 항목 수 (max: 100) |
Last updated on