> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/store-front-api-reference/order-api/regular-order-history-lookup.md).

# Regular Order History Lookup

## Search Subscription Order History

> &#x20; \## Function Description\
> &#x20; \* Retrieves the subscription order history list.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \* Retrieves the order list corresponding to the member number.\
> &#x20; \* Non-members cannot retrieve the order history list.\
> &#x20; \* Retrieves only orders included between the search start date/time and search end date/time.\
> &#x20; \* Retrieves only orders where the site where the subscription order was placed matches the site number stored in the cookie.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240425 : Retrieves only when the site where the subscription order was placed matches the site number stored in the cookie<br>

```json
{"openapi":"3.0.1","info":{"title":"X2BEE Order API","version":"v1"},"servers":[{"url":"https://api-order.x2bee.com/api/order/","description":"prd"}],"paths":{"/v1/mypage/regularOrder/regularOrderInfoList":{"get":{"tags":["Regular Order History Lookup"],"summary":"Search Subscription Order History","description":"  ## Function Description\n  * Retrieves the subscription order history list.\n  ---\n  ## Detailed Description\n  * Retrieves the order list corresponding to the member number.\n  * Non-members cannot retrieve the order history list.\n  * Retrieves only orders included between the search start date/time and search end date/time.\n  * Retrieves only orders where the site where the subscription order was placed matches the site number stored in the cookie.\n  ---\n  ## Revision History\n  * Release v2.00_240425 : Retrieves only when the site where the subscription order was placed matches the site number stored in the cookie\n","operationId":"regularOrderInfoList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/RegularOrderInfoRequest"}},{"name":"startDt","in":"query","description":"Search Start Date","schema":{"type":"LocalDate"}},{"name":"endDt","in":"query","description":"Search End Date","schema":{"type":"LocalDate"}},{"name":"rowsPerPage","in":"query","description":"Display Quantity per Screen","schema":{"type":"String"}},{"name":"pageIdx","in":"query","description":"Page No.","schema":{"type":"String"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RegularOrderInfoListResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"RegularOrderInfoRequest":{"type":"object","properties":{"rowsPerPage":{"type":"integer","description":"Display Quantity per Screen","format":"int32"},"pageIdx":{"type":"integer","description":"Page No.","format":"int32"},"startDt":{"type":"string","description":"Search Start Date","format":"date"},"endDt":{"type":"string","description":"Search End Date","format":"date"}},"description":"Search Subscription Order List DTO"},"RegularOrderInfoListResponse":{"type":"object","properties":{"totCnt":{"type":"integer","description":"Order Count","format":"int32"},"rowsPerPage":{"type":"integer","description":"Display Quantity per Screen","format":"int32"},"pageIdx":{"type":"integer","description":"Page No.","format":"int32"},"orderList":{"type":"array","description":"Order Detail List","items":{"$ref":"#/components/schemas/RegularOrder"}}},"description":"Subscription Order List DTO"},"RegularOrder":{"type":"object","properties":{"rglrDeliNo":{"type":"string"},"rglrDeliTermCd":{"type":"string"},"rglrDeliStrDt":{"type":"string"},"rglrDeliEndDt":{"type":"string"},"rglrDeliCycleCd":{"type":"string"},"rglrDeliCycleVal":{"type":"string"},"nxtOrdGenDt":{"type":"string"},"accpDtm":{"type":"string","format":"date-time"},"rglrDeliStatCd":{"type":"string"},"rglrDeliStatCdNm":{"type":"string"},"lastRglrDeliSeq":{"type":"integer","format":"int32"},"goodsList":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderGoods"}}}},"RegularOrderGoods":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"deliProcTypCd":{"type":"string","description":"PR008 (Delivery Processing Type Code)\n 10: CNTR_DLV (Center Delivery)\n,20: CORP_DLV (Vendor Delivery)\n,30: E_COUPON_DLV (E-Coupon Delivery)\n","enum":["CNTR_DLV","CORP_DLV","E_COUPON_DLV"]},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"deliNo":{"type":"string","description":"Delivery No."},"entrNo":{"type":"string","description":"Vendor No."},"ordQty":{"type":"integer","description":"Order Quantity","format":"int32"},"salePrc":{"type":"integer","description":"Selling Price","format":"int64"},"dcAmt":{"type":"integer","description":"Discounted Price","format":"int64"},"sysModDtm":{"type":"string","description":"System Modification Date/Time","format":"date-time"},"rglrDeliSeq":{"type":"integer","description":"Subscription Order Sequence No.","format":"int32"},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"rglrDeliQty":{"type":"integer","description":"Quantity","format":"int32"},"goodsImgUrl":{"type":"string","description":"Product Image URL"},"bpckPsbYn":{"type":"string","description":"Combined Packaging Availability Status"},"skipYn":{"type":"string","description":"Skip Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"goodsCount":{"type":"integer","description":"Product Purchase Count","format":"int32"},"chlNo":{"type":"string","description":"Channel No."},"chlDtlNo":{"type":"string","description":"Channel Detail No."},"stdCtgNo":{"type":"string","description":"Standard Category No."},"infDispCtgNoGbCd":{"type":"string","description":"OM041(Inflow Display Category No. Type Code)\n 01: DISPLAY_STORE(Display Store)\n,02: EXHIBITIONS(Special Exhibition)\n,06: SEARCH_SALES(Search Sales)\n,07: SEARCH_AD_BANNER(Search Ad Banner)\n,08: FLOATING_BANNER(Floating Banner)\n,09: WISHLIST(Wishlist)\n,10: NONE(No Inflow Display No.)\n","enum":["DISPLAY_STORE","EXHIBITIONS","SEARCH_SALES","SEARCH_AD_BANNER","FLOATING_BANNER","WISHLIST","NONE"]},"infDispCtgNo":{"type":"string","description":"Referral Display Category No."},"repDispCtgNo":{"type":"string","description":"Main Display Category No."},"conrNo":{"type":"string","description":"Corner No."},"marketingDisplayNo":{"type":"string","description":"Special Exhibition No."}},"description":"Product List"},"Response":{"type":"object","properties":{"timestamp":{"type":"string","description":"result time","format":"date-time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"object","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}},"description":"validation error list"}}}}
```

## Search Subscription Order History Details

> &#x20; \## Function Description\
> &#x20; \* Retrieves the subscription order history details.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \* Retrieves the subscription order history corresponding to the subscription order number.\
> &#x20; \* Retrieves only history where the site where the subscription order was placed matches the site number stored in the cookie.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240401 : Added retrieval information (subscription order status, subscription order period, subscription order cycle)\
> &#x20; \* Release v2.00\_240425 : Retrieves only when the site where the subscription order was placed matches the site number stored in the cookie\
> &#x20; \* Release v2.00\_240626 : Retrieves the auto-payment card information matching the site number<br>

```json
{"openapi":"3.0.1","info":{"title":"X2BEE Order API","version":"v1"},"servers":[{"url":"https://api-order.x2bee.com/api/order/","description":"prd"}],"paths":{"/v1/mypage/regularOrder/regularOrderDetail":{"get":{"tags":["Regular Order History Lookup"],"summary":"Search Subscription Order History Details","description":"  ## Function Description\n  * Retrieves the subscription order history details.\n  ---\n  ## Detailed Description\n  * Retrieves the subscription order history corresponding to the subscription order number.\n  * Retrieves only history where the site where the subscription order was placed matches the site number stored in the cookie.\n  ---\n  ## Revision History\n  * Release v2.00_240401 : Added retrieval information (subscription order status, subscription order period, subscription order cycle)\n  * Release v2.00_240425 : Retrieves only when the site where the subscription order was placed matches the site number stored in the cookie\n  * Release v2.00_240626 : Retrieves the auto-payment card information matching the site number\n","operationId":"regularOrderDetail","parameters":[{"name":"regularOrderDetailRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/RegularOrderDetailRequest"}},{"name":"rglrDeliNo","in":"query","description":"Subscription Order No.","schema":{"type":"String"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RegularOrderDetail"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"RegularOrderDetailRequest":{"required":["rglrDeliNo"],"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No."}},"description":"Search Subscription Order Detail DTO"},"RegularOrderDetail":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No."},"rglrDeliStatCd":{"type":"string","description":"OM009(Subscription Order Status Code)\n   10: In Progress\n , 20: Suspended\n , 30: Terminated\n","enum":["ONGOING","SUSPENSION","CLOSE"]},"rglrDeliStatCdNm":{"type":"string","description":"OM009(Subscription Order Status Code)\n   10: In Progress\n , 20: Suspended\n , 30: Terminated\n","enum":["ONGOING","SUSPENSION","CLOSE"]},"nxtOrdGenDt":{"type":"string","description":"Next Order Creation Date"},"rglrDeliTermCd":{"type":"string","description":"OM008(Subscription Order Period Code)\n   1: 1 Month\n , 2: 2 Months\n , 3: 3 Months\n , 4: 4 Months\n , 5: 5 Months\n , 6: 6 Months\n","enum":["ONE_MONTH","TWO_MONTH","THREE_MONTH","FOUR_MONTH","FIVE_MONTH","SIX_MONTH"]},"rglrDeliTermCdNm":{"type":"string","description":"OM008(Subscription Order Period Code)\n   1: 1 Month\n , 2: 2 Months\n , 3: 3 Months\n , 4: 4 Months\n , 5: 5 Months\n , 6: 6 Months\n","enum":["ONE_MONTH","TWO_MONTH","THREE_MONTH","FOUR_MONTH","FIVE_MONTH","SIX_MONTH"]},"rglrDeliCycleCd":{"type":"string","description":"Subscription Order Cycle Code"},"rglrDeliCycleCdNm":{"type":"string","description":"Subscription Order Cycle Code"},"rglrDeliCycleVal":{"type":"string","description":"Subscription Order Cycle Value"},"accpDtm":{"type":"string","description":"Receipt Date/Time","format":"date-time"},"acqrCdNm":{"type":"string","description":"Card Name"},"cardNo":{"type":"string","description":"Card No."},"goodsAmount":{"type":"integer","description":"Product Amount","format":"int64"},"deliveryFee":{"type":"integer","description":"Delivery Fee","format":"int64"},"ordManNm":{"type":"string","description":"Orderer Name"},"goodsList":{"type":"array","description":"Product List","items":{"$ref":"#/components/schemas/RegularOrderGoods"}},"deliveryPlace":{"$ref":"#/components/schemas/OrderCompleteDeliveryPlace"}}},"RegularOrderGoods":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"deliProcTypCd":{"type":"string","description":"PR008 (Delivery Processing Type Code)\n 10: CNTR_DLV (Center Delivery)\n,20: CORP_DLV (Vendor Delivery)\n,30: E_COUPON_DLV (E-Coupon Delivery)\n","enum":["CNTR_DLV","CORP_DLV","E_COUPON_DLV"]},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"deliNo":{"type":"string","description":"Delivery No."},"entrNo":{"type":"string","description":"Vendor No."},"ordQty":{"type":"integer","description":"Order Quantity","format":"int32"},"salePrc":{"type":"integer","description":"Selling Price","format":"int64"},"dcAmt":{"type":"integer","description":"Discounted Price","format":"int64"},"sysModDtm":{"type":"string","description":"System Modification Date/Time","format":"date-time"},"rglrDeliSeq":{"type":"integer","description":"Subscription Order Sequence No.","format":"int32"},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"rglrDeliQty":{"type":"integer","description":"Quantity","format":"int32"},"goodsImgUrl":{"type":"string","description":"Product Image URL"},"bpckPsbYn":{"type":"string","description":"Combined Packaging Availability Status"},"skipYn":{"type":"string","description":"Skip Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"goodsCount":{"type":"integer","description":"Product Purchase Count","format":"int32"},"chlNo":{"type":"string","description":"Channel No."},"chlDtlNo":{"type":"string","description":"Channel Detail No."},"stdCtgNo":{"type":"string","description":"Standard Category No."},"infDispCtgNoGbCd":{"type":"string","description":"OM041(Inflow Display Category No. Type Code)\n 01: DISPLAY_STORE(Display Store)\n,02: EXHIBITIONS(Special Exhibition)\n,06: SEARCH_SALES(Search Sales)\n,07: SEARCH_AD_BANNER(Search Ad Banner)\n,08: FLOATING_BANNER(Floating Banner)\n,09: WISHLIST(Wishlist)\n,10: NONE(No Inflow Display No.)\n","enum":["DISPLAY_STORE","EXHIBITIONS","SEARCH_SALES","SEARCH_AD_BANNER","FLOATING_BANNER","WISHLIST","NONE"]},"infDispCtgNo":{"type":"string","description":"Referral Display Category No."},"repDispCtgNo":{"type":"string","description":"Main Display Category No."},"conrNo":{"type":"string","description":"Corner No."},"marketingDisplayNo":{"type":"string","description":"Special Exhibition No."}},"description":"Product List"},"OrderCompleteDeliveryPlace":{"type":"object","properties":{"dlvpSeq":{"type":"string","description":"Delivery Address Sequence No."},"dlvpNm":{"type":"string","description":"Delivery Address Name"},"rcvmnNm":{"type":"string","description":"Recipient Name"},"rcvmnCellSctNo":{"type":"string","description":"Recipient's Mobile Phone Prefix Code"},"rcvmnCellTxnoNo":{"type":"string","description":"Recipient's Mobile Phone Exchange Code"},"rcvmnCellEndNo":{"type":"string","description":"Recipient Mobile Phone Last Digits"},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"deliMsgCd":{"type":"string","description":"Delivery Message Code (ME039)"},"deliMsgCdNm":{"type":"string","description":"Delivery Message Code Content"},"deliMsg":{"type":"string","description":"Delivery Message","nullable":true},"comnFrdrCogoMethodCd":{"type":"string","description":"Common Entrance Access Method Code (ME040)","nullable":true},"comnFrdrCogoMethodCdNm":{"type":"string","description":"Common Entrance Access Method Code Content","nullable":true},"comnFrdrPwd":{"type":"string","description":"Common Entrance Password","nullable":true},"persCstmCd":{"type":"string","description":"Personal Customs Clearance Code"},"deliveryGroupList":{"type":"array","description":"Delivery Group List","items":{"$ref":"#/components/schemas/OrderCompleteDeliveryGroup"}}},"description":"Delivery Address Information"},"OrderCompleteDeliveryGroup":{"type":"object","properties":{"deliNo":{"type":"string","description":"Delivery No."},"goodsInfoList":{"type":"array","description":"Product List","items":{"$ref":"#/components/schemas/OrderCompleteGoodsInfo"}}},"description":"Delivery Group List"},"OrderCompleteGoodsInfo":{"type":"object","properties":{"ordQty":{"type":"integer","description":"Order Quantity","format":"int32"},"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"ordSaleTypCd":{"type":"string","description":"Order Sales Type Code (OM004)"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003)"},"prestNm":{"type":"string","description":"Gift Item Name"},"goodsNm":{"type":"string","description":"Product Name"},"goodsImg":{"type":"string","description":"Product Image"},"brandNm":{"type":"string","description":"Brand Name"},"norPrc":{"type":"integer","description":"Regular Price","format":"int64"},"salePrc":{"type":"integer","description":"Selling Price","format":"int64"},"ordSeq":{"type":"integer","description":"Order Sequence No.","format":"int32"},"aeOrdSeq":{"type":"integer","description":"Main Item Order Sequence No.","format":"int32"},"sngGoodsYn":{"type":"string","description":"Single Product Status"}},"description":"Product List"},"Response":{"type":"object","properties":{"timestamp":{"type":"string","description":"result time","format":"date-time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"object","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}},"description":"validation error list"}}}}
```
