Product Restock
Function Description
Retrieves the list of restock application information.
Detailed Description
The list of restock application information shown in My Page.
The restock application information list includes the product information required by the front end.
Revision History
Release v1.05_231204 : Restock application information list inquiry, newly added restock application information list inquiry
Restock Notification Status Code (10: Notification Applied, 20: Notification Completed, 30: Expired, 40: Notification Canceled)
Access Token
Language Code (CM009)
koExample: koSite No.
1Example: 1Restock Alert Request No.
Member No.
Product No.
Item No.
Restock Notification Method Code
10:알림톡, 20:이메일Restock Notification Status Code
10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소Mobile Phone First Segment
Mobile Phone Middle Segment
Mobile Phone Last Segment
Email Address
Personal Information Collection and Use Consent Status
YRestock Notification Cancellation Route Code
Deletion Status
NRestock Application Info List Inquiry Success
Result Code
Result Message
Total Count
Restock Application Info List Inquiry Failure
POST /api/goods/v1/replenish/replenishList HTTP/1.1
Host: api-goods.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 379
{
"langCd": "ko",
"siteNo": 1,
"reWhsgNotiSgtNo": "text",
"mbrNo": "text",
"goodsNo": "text",
"itmNo": "text",
"reWhsgNotiMethodCd": "10:알림톡, 20:이메일",
"reWhsgNotiStatCd": "10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소",
"telRgnNo": "text",
"telTxnoNo": "text",
"telEndNo": "text",
"emailAddr": "text",
"indInfoGthrMkusAgrYn": "Y",
"reWhsgNotiCnclPathCd": "text",
"delYn": "N"
}{
"code": "text",
"message": "text",
"totCnt": 1,
"payload": [
{
"reWhsgNotiSgtNo": "text",
"goodsNo": "text",
"itmNo": "text",
"goodsNm": "text",
"itmNm": "나이키>운동화>에어포스1>화이트>270",
"brandNm": "나이키",
"goodsImgUrl": "text",
"salePrc": "text",
"saleStatCd": "01:판매중, 02:판매중지, 03:일시품절, 04:판매종료",
"notiSgtDtm": "2023.11.25",
"notiSndDtm": "2023.11.25",
"reWhsgNotiMethodCd": "이메일, 알림톡",
"reWhsgNotiStatCd": "10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소"
}
]
}Function Description
Requests cancellation of a restock notification application.
Detailed Description
Cancels a previously submitted restock notification application.
Revision History
Release v1.05_231204 : Restock notification application cancellation, newly added restock notification application cancellation
Restock Alert Request No.
Access Token
Language Code (CM009)
koExample: koSite No.
1Example: 1Restock Alert Request No.
Member No.
Product No.
Item No.
Restock Notification Method Code
10:알림톡, 20:이메일Restock Notification Status Code
10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소Mobile Phone First Segment
Mobile Phone Middle Segment
Mobile Phone Last Segment
Email Address
Personal Information Collection and Use Consent Status
YRestock Notification Cancellation Route Code
Deletion Status
NRestock Notification Cancellation Success
Result Code
Result Message
Total Count
payload
Restock Notification Cancellation Failure
POST /api/goods/v1/replenish/replenishCancel?reWhsgNotiSgtNo=null HTTP/1.1
Host: api-goods.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 379
{
"langCd": "ko",
"siteNo": 1,
"reWhsgNotiSgtNo": "text",
"mbrNo": "text",
"goodsNo": "text",
"itmNo": "text",
"reWhsgNotiMethodCd": "10:알림톡, 20:이메일",
"reWhsgNotiStatCd": "10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소",
"telRgnNo": "text",
"telTxnoNo": "text",
"telEndNo": "text",
"emailAddr": "text",
"indInfoGthrMkusAgrYn": "Y",
"reWhsgNotiCnclPathCd": "text",
"delYn": "N"
}{
"code": "text",
"message": "text",
"totCnt": 1,
"payload": null
}Product Info
Item Info
Mobile Phone Number First Segment
Mobile Phone Number Middle Segment
Mobile Phone Number Last Segment
Personal Information Collection and Use Consent Status
Access Token
Language Code (CM009)
koExample: koSite No.
1Example: 1Restock Alert Request No.
Member No.
Product No.
Item No.
Restock Notification Method Code
10:알림톡, 20:이메일Restock Notification Status Code
10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소Mobile Phone First Segment
Mobile Phone Middle Segment
Mobile Phone Last Segment
Email Address
Personal Information Collection and Use Consent Status
YRestock Notification Cancellation Route Code
Deletion Status
NRestock Notification Application Success
Result Code
Result Message
Total Count
payload
Restock Notification Application Failure
POST /api/goods/v1/replenish/replenishApply?goodsNo=null&itmNo=null&indInfoGthrMkusAgrYn=null HTTP/1.1
Host: api-goods.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 379
{
"langCd": "ko",
"siteNo": 1,
"reWhsgNotiSgtNo": "text",
"mbrNo": "text",
"goodsNo": "text",
"itmNo": "text",
"reWhsgNotiMethodCd": "10:알림톡, 20:이메일",
"reWhsgNotiStatCd": "10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소",
"telRgnNo": "text",
"telTxnoNo": "text",
"telEndNo": "text",
"emailAddr": "text",
"indInfoGthrMkusAgrYn": "Y",
"reWhsgNotiCnclPathCd": "text",
"delYn": "N"
}{
"code": "text",
"message": "text",
"totCnt": 1,
"payload": null
}