준비완료
Request
Name | Type | Description |
---|---|---|
storeId | String | 매장 ID |
oderId | Integer | 주문번호 |
POST /v2/order/ready
Content-Type: application/json
Host: 작성예정
{ "storeId" : "A01370000002", "orderId" : 156, }
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" : "StoreReady" }
failed :
{ "success" : false, "status_code" : 200, "message" : "실패", "error" : null, "result" : { "orderId" : 156, "orderStatus" : "StorePreparing" } }
Author And Source
이 문제에 관하여(준비완료), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@gjcjd0805/준비완료저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)