Project

General

Profile

New Function #118 » KORAIL_KRS_stock_API.txt

Deca Park, 09/14/2023 12:46 PM

 
1
[KRS product stock API]
2

    
3
Base URL : https://api.storyway.co.kr/api
4

    
5
GET /public/selectJaego/deptCd/{ deptCd }/itemCd/{ itemCd }
6
  - { deptCd } : mall_code
7
  - { itemCd } : product_code
8
    + order product is multiple, seperator is space (ex: 8037193 8034524)
9

    
10

    
11
ex)
12
- 1 count
13
https://api.storyway.co.kr/api/public/selectJaego/deptCd/999997/itemCd/8037193
14

    
15
- multiple count (<= 10 count)
16
https://api.storyway.co.kr/api/public/selectJaego/deptCd/999997/itemCd/8037193 8034524
17
{"result":[{"deptCd":"999997","itemCd":"8037193","normalJaegoQty":1,"regDt":"20200224161505","updtDt":"20200224161505"}],"resultCd":"200","resultMsg":"Success"}
    (1-1/1)