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

Regular Order History Lookup

Search Subscription Order History

get

Function Description

  • Retrieves the subscription order history list.


Detailed Description

  • Retrieves the order list corresponding to the member number.

  • Non-members cannot retrieve the order history list.

  • Retrieves only orders included between the search start date/time and search end date/time.

  • Retrieves only orders where the site where the subscription order was placed matches the site number stored in the cookie.


Revision History

  • Release v2.00_240425 : Retrieves only when the site where the subscription order was placed matches the site number stored in the cookie

Query parameters
startDtLocalDateOptional

Search Start Date

endDtLocalDateOptional

Search End Date

rowsPerPageStringOptional

Display Quantity per Screen

pageIdxStringOptional

Page No.

Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*

Subscription Order List DTO

totCntinteger · int32Optional

Order Count

Example: 10
rowsPerPageinteger · int32Optional

Display Quantity per Screen

Example: 10
pageIdxinteger · int32Optional

Page No.

Example: 1
get/v1/mypage/regularOrder/regularOrderInfoList
GET /api/order/v1/mypage/regularOrder/regularOrderInfoList?request=[object+Object] HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
  "totCnt": 10,
  "rowsPerPage": 10,
  "pageIdx": 1,
  "orderList": [
    {
      "rglrDeliNo": "text",
      "rglrDeliTermCd": "text",
      "rglrDeliStrDt": "text",
      "rglrDeliEndDt": "text",
      "rglrDeliCycleCd": "text",
      "rglrDeliCycleVal": "text",
      "nxtOrdGenDt": "text",
      "accpDtm": "2026-01-01T00:00:00.000Z",
      "rglrDeliStatCd": "text",
      "rglrDeliStatCdNm": "text",
      "lastRglrDeliSeq": 1,
      "goodsList": [
        {
          "goodsNo": "10001861",
          "deliProcTypCd": "10",
          "deliPolcNo": "10000151",
          "deliNo": "100000021",
          "entrNo": "1000002",
          "ordQty": 1,
          "salePrc": 1000,
          "dcAmt": 3000,
          "sysModDtm": "2026-01-01T00:00:00.000Z",
          "rglrDeliSeq": 1,
          "goodsNm": "테스트상품",
          "itmNo": "001",
          "itmNm": "화이트>95",
          "rglrDeliQty": 1,
          "goodsImgUrl": "text",
          "bpckPsbYn": "Y",
          "skipYn": "Y",
          "brandNo": "Y",
          "brandNm": "Y",
          "goodsCount": 1,
          "chlNo": "1",
          "chlDtlNo": "1",
          "stdCtgNo": "1",
          "infDispCtgNoGbCd": "10",
          "infDispCtgNo": "1",
          "repDispCtgNo": "1",
          "conrNo": "1",
          "marketingDisplayNo": "1"
        }
      ]
    }
  ]
}

Search Subscription Order History Details

get

Function Description

  • Retrieves the subscription order history details.


Detailed Description

  • Retrieves the subscription order history corresponding to the subscription order number.

  • Retrieves only history where the site where the subscription order was placed matches the site number stored in the cookie.


Revision History

  • Release v2.00_240401 : Added retrieval information (subscription order status, subscription order period, subscription order cycle)

  • Release v2.00_240425 : Retrieves only when the site where the subscription order was placed matches the site number stored in the cookie

  • Release v2.00_240626 : Retrieves the auto-payment card information matching the site number

Query parameters
rglrDeliNoStringOptional

Subscription Order No.

Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*
rglrDeliNostringOptional

Subscription Order No.

Example: 1
rglrDeliStatCdstring · enumOptional

OM009(Subscription Order Status Code) 10: In Progress , 20: Suspended , 30: Terminated

Example: 10Possible values:
rglrDeliStatCdNmstring · enumOptional

OM009(Subscription Order Status Code) 10: In Progress , 20: Suspended , 30: Terminated

Example: 10Possible values:
nxtOrdGenDtstringOptional

Next Order Creation Date

Example: 20231201
rglrDeliTermCdstring · enumOptional

OM008(Subscription Order Period Code) 1: 1 Month , 2: 2 Months , 3: 3 Months , 4: 4 Months , 5: 5 Months , 6: 6 Months

Example: 1Possible values:
rglrDeliTermCdNmstring · enumOptional

OM008(Subscription Order Period Code) 1: 1 Month , 2: 2 Months , 3: 3 Months , 4: 4 Months , 5: 5 Months , 6: 6 Months

Example: 1Possible values:
rglrDeliCycleCdstringOptional

Subscription Order Cycle Code

Example: 11
rglrDeliCycleCdNmstringOptional

Subscription Order Cycle Code

Example: 11
rglrDeliCycleValstringOptional

Subscription Order Cycle Value

Example: 1,15
accpDtmstring · date-timeOptional

Receipt Date/Time

acqrCdNmstringOptional

Card Name

Example: 신한카드
cardNostringOptional

Card No.

Example: 1234121*********4
goodsAmountinteger · int64Optional

Product Amount

Example: 10000
deliveryFeeinteger · int64Optional

Delivery Fee

Example: 3000
ordManNmstringOptional

Orderer Name

Example: 홍길동
get/v1/mypage/regularOrder/regularOrderDetail
GET /api/order/v1/mypage/regularOrder/regularOrderDetail?regularOrderDetailRequest=[object+Object] HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
  "rglrDeliNo": "1",
  "rglrDeliStatCd": "10",
  "rglrDeliStatCdNm": "10",
  "nxtOrdGenDt": "20231201",
  "rglrDeliTermCd": "1",
  "rglrDeliTermCdNm": "1",
  "rglrDeliCycleCd": "11",
  "rglrDeliCycleCdNm": "11",
  "rglrDeliCycleVal": "1,15",
  "accpDtm": "2026-01-01T00:00:00.000Z",
  "acqrCdNm": "신한카드",
  "cardNo": "1234121*********4",
  "goodsAmount": 10000,
  "deliveryFee": 3000,
  "ordManNm": "홍길동",
  "goodsList": [
    {
      "goodsNo": "10001861",
      "deliProcTypCd": "10",
      "deliPolcNo": "10000151",
      "deliNo": "100000021",
      "entrNo": "1000002",
      "ordQty": 1,
      "salePrc": 1000,
      "dcAmt": 3000,
      "sysModDtm": "2026-01-01T00:00:00.000Z",
      "rglrDeliSeq": 1,
      "goodsNm": "테스트상품",
      "itmNo": "001",
      "itmNm": "화이트>95",
      "rglrDeliQty": 1,
      "goodsImgUrl": "text",
      "bpckPsbYn": "Y",
      "skipYn": "Y",
      "brandNo": "Y",
      "brandNm": "Y",
      "goodsCount": 1,
      "chlNo": "1",
      "chlDtlNo": "1",
      "stdCtgNo": "1",
      "infDispCtgNoGbCd": "10",
      "infDispCtgNo": "1",
      "repDispCtgNo": "1",
      "conrNo": "1",
      "marketingDisplayNo": "1"
    }
  ],
  "deliveryPlace": {
    "dlvpSeq": "1",
    "dlvpNm": "플래티어",
    "rcvmnNm": "홍길동",
    "rcvmnCellSctNo": "010",
    "rcvmnCellTxnoNo": "0000",
    "rcvmnCellEndNo": "0000",
    "zipNo": 5837,
    "zipAddr": "서울 송파구 법원로9길",
    "dtlAddr": "에이치비지니스파크 D동 6층",
    "deliMsgCd": "40",
    "deliMsgCdNm": "부재 시 경비실에 맡겨주세요",
    "deliMsg": "벨X, 노크X",
    "comnFrdrCogoMethodCd": "20",
    "comnFrdrCogoMethodCdNm": "자유출입 가능",
    "comnFrdrPwd": "123456",
    "persCstmCd": "text",
    "deliveryGroupList": [
      {
        "deliNo": "1",
        "goodsInfoList": [
          {
            "ordQty": 1,
            "goodsNo": "10002293",
            "itmNo": "001",
            "itmNm": "F",
            "ordSaleTypCd": "10",
            "saleMethCd": "10",
            "prestNm": "증정품",
            "goodsNm": "초코파이",
            "goodsImg": "text",
            "brandNm": "**제과",
            "norPrc": 3000,
            "salePrc": 2700,
            "ordSeq": 1,
            "aeOrdSeq": 1,
            "sngGoodsYn": "Y"
          }
        ]
      }
    ]
  }
}

Last updated