New Function #55
closedNew Function #32: [API] API for mobile App
[API] Order-part2
Description
1.Git
- KORAIL_STORE/korail_store_user
2.Swagger UI (https://swagger.io/tools/swagger-ui/)
- apply this into API
3.Spec (Order sheet on #32)
- 11.배송비 산정 (calculate delivery amount)
Related issues
Updated by Deca Park almost 2 years ago
- Copied from New Function #43: [API] Order added
Updated by bryant bryant almost 2 years ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
[API] POST /api/online_order, /api/store_order
1.when INSERT st_order
- set order_type = 'general' (NEW)
Updated by Deca Park over 1 year ago
[API] order list (GET /api/order_list)
1.Request
1) Add paramters
----------------------------------------------------
variable type required comment
----------------------------------------------------
start_date string N 주문시작일자 (YYYYMMDD)
end_date string N 주문종료일자 (YYYYMMDD)
2.Logic
1) if start_date exists, add condition : st_order.reg_date >= {start_date param}
2) if end_date exists, add condition : st_order.reg_date <= {end_date param}