For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Restock

Retrieve Restock Application Info

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
reWhsgNotiStatCdStringOptional

Restock Notification Status Code (10: Notification Applied, 20: Notification Completed, 30: Expired, 40: Notification Canceled)

Header parameters
AuthorizationanyOptional

Access Token

Body
langCdstringOptional

Language Code (CM009)

Default: koExample: ko
siteNostringOptional

Site No.

Default: 1Example: 1
reWhsgNotiSgtNostringOptional

Restock Alert Request No.

mbrNostringOptional

Member No.

goodsNostringOptional

Product No.

itmNostringOptional

Item No.

reWhsgNotiMethodCdstringOptional

Restock Notification Method Code

Example: 10:알림톡, 20:이메일
reWhsgNotiStatCdstringOptional

Restock Notification Status Code

Example: 10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소
telRgnNostringOptional

Mobile Phone First Segment

telTxnoNostringOptional

Mobile Phone Middle Segment

telEndNostringOptional

Mobile Phone Last Segment

emailAddrstringOptional

Email Address

indInfoGthrMkusAgrYnstringOptional

Personal Information Collection and Use Consent Status

Example: Y
reWhsgNotiCnclPathCdstringOptional

Restock Notification Cancellation Route Code

delYnstringOptional

Deletion Status

Example: N
Responses
200

Restock Application Info List Inquiry Success

*/*
codestringOptional

Result Code

messagestringOptional

Result Message

totCntinteger · int32Optional

Total Count

post/v1/replenish/replenishList
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:알림취소"
    }
  ]
}

Cancel Restock Notification Application

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
reWhsgNotiSgtNoStringRequired

Restock Alert Request No.

Header parameters
AuthorizationanyOptional

Access Token

Body
langCdstringOptional

Language Code (CM009)

Default: koExample: ko
siteNostringOptional

Site No.

Default: 1Example: 1
reWhsgNotiSgtNostringOptional

Restock Alert Request No.

mbrNostringOptional

Member No.

goodsNostringOptional

Product No.

itmNostringOptional

Item No.

reWhsgNotiMethodCdstringOptional

Restock Notification Method Code

Example: 10:알림톡, 20:이메일
reWhsgNotiStatCdstringOptional

Restock Notification Status Code

Example: 10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소
telRgnNostringOptional

Mobile Phone First Segment

telTxnoNostringOptional

Mobile Phone Middle Segment

telEndNostringOptional

Mobile Phone Last Segment

emailAddrstringOptional

Email Address

indInfoGthrMkusAgrYnstringOptional

Personal Information Collection and Use Consent Status

Example: Y
reWhsgNotiCnclPathCdstringOptional

Restock Notification Cancellation Route Code

delYnstringOptional

Deletion Status

Example: N
Responses
200

Restock Notification Cancellation Success

*/*
codestringOptional

Result Code

messagestringOptional

Result Message

totCntinteger · int32Optional

Total Count

payloadanyOptional

payload

post/v1/replenish/replenishCancel
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
}

Apply for Restock Notification

post

Function Description

  • Requests a restock notification application.


Detailed Description

  • Applies to receive a notification when a temporarily out-of-stock product is restocked.


Revision History

  • Release v1.05_231204 : Restock notification application, newly added restock notification application

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
goodsNoStringRequired

Product Info

itmNoStringRequired

Item Info

telRgnNoStringOptional

Mobile Phone Number First Segment

telTxnoNoStringOptional

Mobile Phone Number Middle Segment

telEndNoStringOptional

Mobile Phone Number Last Segment

emailAddrStringOptional

Email

indInfoGthrMkusAgrYnStringRequired

Personal Information Collection and Use Consent Status

Header parameters
AuthorizationanyOptional

Access Token

Body
langCdstringOptional

Language Code (CM009)

Default: koExample: ko
siteNostringOptional

Site No.

Default: 1Example: 1
reWhsgNotiSgtNostringOptional

Restock Alert Request No.

mbrNostringOptional

Member No.

goodsNostringOptional

Product No.

itmNostringOptional

Item No.

reWhsgNotiMethodCdstringOptional

Restock Notification Method Code

Example: 10:알림톡, 20:이메일
reWhsgNotiStatCdstringOptional

Restock Notification Status Code

Example: 10:알림신청, 20:알림완료, 30:기간만료, 40:알림취소
telRgnNostringOptional

Mobile Phone First Segment

telTxnoNostringOptional

Mobile Phone Middle Segment

telEndNostringOptional

Mobile Phone Last Segment

emailAddrstringOptional

Email Address

indInfoGthrMkusAgrYnstringOptional

Personal Information Collection and Use Consent Status

Example: Y
reWhsgNotiCnclPathCdstringOptional

Restock Notification Cancellation Route Code

delYnstringOptional

Deletion Status

Example: N
Responses
200

Restock Notification Application Success

*/*
codestringOptional

Result Code

messagestringOptional

Result Message

totCntinteger · int32Optional

Total Count

payloadanyOptional

payload

post/v1/replenish/replenishApply
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
}