Cancel
주문 취소 API : 사용자, 어드민
주문 취소 접수
주문 상태 변경
주문 취소 Event 발행
Cancel an order
POST /order/{orderId}/cancel
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Path Parameters
Name
Type
Description
orderId
string
주문 번호
Response
{
"error": "Invalid request"
}{
"error": "Internal server error"
}Last updated