Actions
New Function #154
closed[API] Agent 매장 주문 상태 변경
Description
[API] PUT /api/agent/store_order_status
1.logic
1) if smart_order_status is updated with 주문확정(SS02),매장취소(SS10)
- send push message
- refer to [ADMIN] StoreOrderController.sendPushMessage()
2) if smart_order_status is updated with 수령대기중(SS03)
- send push message : [ADMIN] StoreOrderController.sendPushMessage()
- send kakao message : refer to [ADMIN] StoreOrderController.processReceiveWait()
Actions