주문접수
Request
Name | Type | Description |
---|---|---|
storeId | String | 매장 ID |
orderId | Integer | 주문번호 |
preparationTime | Integer | 준비시간 |
PreparationTime List
Value |
---|
5, 10, 15, 20, 25, 30 |
POST /v2/order/preparing
Content-Type: application/json
Host: 작성예정
{ "storeId" : "A01370000002", "orderId" : 156, "preparationTime" : 30 }
Response
Name | Type | Description |
---|---|---|
success | Boolean | 성공 여부 |
status_code | Integer | HTTP 상태값 |
message | String | 결과 메시지 |
error | Object | 에러 내용 |
result.orderId | Integer | 주문 ID |
result.orderStatus | String | 주문상태 |
success
{ "success" : true, "status_code" : 200, "message" : "성공", "error" : null, "result" : { "orderId" : 156, "orderStatus" : "StorePreparing" }
failed :
{ "success" : false, "status_code" : 200, "message" : "실패", "error" : null, "result" : { "orderId" : 156, "orderStatus" : "payComplted" } }
Author And Source
이 문제에 관하여(주문접수), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@gjcjd0805/주문접수저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)