Project

General

Profile

Actions

New Function #55

closed

New Function #32: [API] API for mobile App

[API] Order-part2

Added by Deca Park over 1 year ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
04/18/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

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

Copied from New Function #43: [API] OrderClosedDeca Park04/18/2023

Actions
Actions #1

Updated by Deca Park over 1 year ago

Actions #2

Updated by bryant bryant over 1 year ago

  • Status changed from New to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #3

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)

Actions #4

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}

Actions #5

Updated by Deca Park 8 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF