> 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/back-office-api-reference/order-bo-api/regular-order-application-management.md).

# Regular Order Application Management

## Cancel Subscription Order

> &#x20; \## Function Description\
> &#x20; \- Cancels the selected subscription (regular delivery) order.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Changes the selected subscription order status (OM009) to cancelled.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/terminateRegularOrder":{"put":{"tags":["Regular Order Application Management"],"summary":"Cancel Subscription Order","description":"  ## Function Description\n  - Cancels the selected subscription (regular delivery) order.\n  ---\n  ## Detailed Description\n  - Changes the selected subscription order status (OM009) to cancelled.\n","operationId":"terminateRegularOrder","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Save Subscription Order Changes

> &#x20; \## Function Description\
> &#x20; \- Saves changes (skip, item change, quantity change, product addition) to the selected subscription order product.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Changes the item and quantity of the product.\
> &#x20; \- Adds a subscription order product.\
> &#x20; \- Changes the skip status.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240905: Changed request DTO<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestRegularOrderGoodsSaveInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderGoodsSaveInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderGoodsSaveInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderGoodsSaveInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderGoodsSaveInfo"}}}},"RegularOrderGoodsSaveInfo":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No."},"rglrDeliSeq":{"type":"string","description":"Subscription Delivery Sequence No."},"skipYn":{"type":"string","description":"Skip Status"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"afterItmNo":{"type":"string","description":"Item No. to Change"},"afterItmNm":{"type":"string","description":"Item Name to Change To"},"rglrDeliQty":{"type":"string","description":"Order Quantity"},"rglrDeliTermCd":{"type":"string","description":"Subscription Delivery Period Code"},"rglrDeliCycleVal":{"type":"string","description":"Subscription Delivery Date"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/saveRegularOrder":{"post":{"tags":["Regular Order Application Management"],"summary":"Save Subscription Order Changes","description":"  ## Function Description\n  - Saves changes (skip, item change, quantity change, product addition) to the selected subscription order product.\n  ---\n  ## Detailed Description\n  - Changes the item and quantity of the product.\n  - Adds a subscription order product.\n  - Changes the skip status.\n  ---\n  ## Revision History\n  * Release v2.00_240905: Changed request DTO\n","operationId":"saveRegularOrder","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestRegularOrderGoodsSaveInfo"}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Validate Before Changing Subscription Order Cycle

> &#x20; \## Function Description\
> &#x20;   \- Validates before changing the subscription order cycle.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20;   \- Validates using the subscription order's application period and application date as parameters.\
> &#x20;   \- Throws an exception if the change period is shorter than the remaining period.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderDeliTermChangeRequest":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No.","minLength":1},"rglrDeliTermCd":{"type":"string","description":"Subscription Delivery Period Code (OM008)","minLength":1},"rglrDeliCycleCd":{"type":"string","description":"Subscription Delivery Cycle Code (OM034)","minLength":1},"rglrDeliCycleVal":{"type":"string","description":"Subscription Delivery Date","minLength":1}},"required":["rglrDeliCycleCd","rglrDeliCycleVal","rglrDeliNo","rglrDeliTermCd"]},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/isPossibleChangeRegularOrderDeliTerm":{"post":{"tags":["Regular Order Application Management"],"summary":"Validate Before Changing Subscription Order Cycle","description":"  ## Function Description\n    - Validates before changing the subscription order cycle.\n  ---\n  ## Detailed Description\n    - Validates using the subscription order's application period and application date as parameters.\n    - Throws an exception if the change period is shorter than the remaining period.\n","operationId":"isPossibleChangeRegularOrderDeliTerm","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegularOrderDeliTermChangeRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Whether the Next Scheduled Order Date Changes When Skipping a Subscription Order

> \## Function Description\
> \- Returns whether (true/false) the next scheduled order date for the subscription order will change when a skip is requested.\
> \---\
> \## Detailed Description\
> \- Based on the skip request parameters, responds TRUE if, once the request is processed, the skip status of all products in the subscription order will be Y.\
> \- Otherwise, responds FALSE.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderGoodsSaveInfo":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No."},"rglrDeliSeq":{"type":"string","description":"Subscription Delivery Sequence No."},"skipYn":{"type":"string","description":"Skip Status"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"afterItmNo":{"type":"string","description":"Item No. to Change"},"afterItmNm":{"type":"string","description":"Item Name to Change To"},"rglrDeliQty":{"type":"string","description":"Order Quantity"},"rglrDeliTermCd":{"type":"string","description":"Subscription Delivery Period Code"},"rglrDeliCycleVal":{"type":"string","description":"Subscription Delivery Date"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"}}},"NextOrderDateResponse":{"type":"object","properties":{"willBeChanged":{"type":"boolean"},"nxtOrdGenDt":{"type":"string"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/isNextOrderDateWillBeChangedBO":{"post":{"tags":["Regular Order Application Management"],"summary":"Whether the Next Scheduled Order Date Changes When Skipping a Subscription Order","description":"## Function Description\n- Returns whether (true/false) the next scheduled order date for the subscription order will change when a skip is requested.\n---\n## Detailed Description\n- Based on the skip request parameters, responds TRUE if, once the request is processed, the skip status of all products in the subscription order will be Y.\n- Otherwise, responds FALSE.\n","operationId":"isNextOrderDateWillBeChangedBO","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderGoodsSaveInfo"}}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NextOrderDateResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Subscription Order Details > Look Up Item Information for Added Product

> &#x20; \## Function Description\
> &#x20; \- Looks up item information.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Looks up item information.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ClaimItmOtherInfoRequest":{"type":"object","description":"Order Changed SKU List Search Request DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"array","description":"Item No. List","items":{"type":"string"}},"stkQty":{"type":"integer","format":"int64","description":"Stock Quantity"}}},"ProductDetailItemInfoResponse":{"type":"object","description":"Item Information DTO by itmNo","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"modlNm":{"type":"string","description":"Model Name"},"homeNm":{"type":"string","description":"Country of Origin"},"mfcoNm":{"type":"string","description":"Manufacturer Name"},"incomNm":{"type":"string","description":"Importer Name"},"salemnNm":{"type":"string","description":"Seller Name"},"manufYm":{"type":"string","description":"Manufacture Year/Month"},"schKwdNm":{"type":"string","description":"Search Keyword"},"seoTitleNm":{"type":"string","description":"SEO Title"},"seoDesc":{"type":"string","description":"SEO Description"},"seoKwdNm":{"type":"string","description":"SEO Keywords"},"lgcGoodsNo":{"type":"string","description":"Internal Product No."},"entrNo":{"type":"string","description":"Vendor No."},"stdCtgNo":{"type":"string","description":"Standard Category No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002)"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003)"},"brandNo":{"type":"string","description":"Brand No."},"safeCertiTgtYn":{"type":"string","description":"Safety Certification Target Status"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004)"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005)"},"aprvReqDt":{"type":"string","description":"Approval Request Date"},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code (PR058)"},"soutCausCd":{"type":"string","description":"Sold-Out Reason Code (PR032)"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006)"},"taxGbCd":{"type":"string","description":"Tax/Duty-Free Classification Code (PR007)"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"buyQtyLmtYn":{"type":"string","description":"Purchase Quantity Limit Status"},"minLmtQty":{"type":"integer","format":"int32","description":"Minimum Limit Quantity"},"maxLmtQty":{"type":"integer","format":"int32","description":"Maximum Limit Quantity"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008)"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010)"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009)"},"deliDday":{"type":"integer","format":"int32","description":"Delivery Lead Time"},"itmSoutNotiYn":{"type":"string","description":"Item Sold-Out Alert Status"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"deliPsbRgnCd":{"type":"string","description":"Deliverable Area Code"},"rtnPsbYn":{"type":"string","description":"Return Availability Status"},"exchPsbYn":{"type":"string","description":"Exchange Availability Status"},"prcCompaExpYn":{"type":"string","description":"Price Comparison Exposure Status"},"pkgGoodsPrioRnkCd":{"type":"string","description":"Bundled Product Priority Code (PR035)"},"bpckPsbYn":{"type":"string","description":"Combined Packaging Availability Status"},"hsCd":{"type":"string","description":"hsCd"},"safeStkNotiYn":{"type":"string","description":"Safety Stock Alert Status"},"rglrDeliGoodsYn":{"type":"string","description":"Subscription Delivery Product Status"},"regInfPathCd":{"type":"string","description":"Registration Inflow Path Code (PR029)"},"aprvDt":{"type":"string","description":"Approval Date"},"retnCausCd":{"type":"string","description":"Rejection Reason Code (PR042)"},"retnCausCdNm":{"type":"string","description":"Rejection Reason Code Name (PR042)"},"retnCaus":{"type":"string","description":"Rejection Reason"},"retnDt":{"type":"string","description":"Rejection Date"},"schPsbYn":{"type":"string","description":"Searchable Status"},"optnYn":{"type":"string","description":"Option Management Status"},"optnCDYn":{"type":"string","description":"Option Add/Delete Status"},"goodsNoArray":{"type":"array","description":"Product No. Array","items":{"type":"string"}},"szGdeUseYn":{"type":"string","description":"Size Guide Usage Status"},"szGdeRegMethodCd":{"type":"string","description":"Size Guide Registration Method Code (PR023)"},"szGdeCd":{"type":"string","description":"Size Guide Code (PR024)"},"szGdeConts":{"type":"string","description":"Size Guide Content"},"gftWthdYn":{"type":"string","description":"Collection Status"},"milgRsrvPsbYn":{"type":"string","description":"Mileage Accrual Availability Status"},"gvgfPsbYn":{"type":"string","description":"Gift Option Availability Status"},"frgnDirPurGoodsYn":{"type":"string","description":"Overseas Direct Purchase Product Status"},"entrGoodsNo":{"type":"string","description":"Vendor Product No."},"ordCnclPsbYn":{"type":"string","description":"Order Cancellation Availability Status"},"wthdYn":{"type":"string","description":"Collection Status"},"ecpnAplyTermGbCd":{"type":"string","description":"E-Coupon Application Period Classification Code (MK015)"},"ecpnIssuDdStdUseDds":{"type":"integer","format":"int32","description":"Usage Days Based on E-Coupon Issue Date"},"ecpnUsePsbStrDt":{"type":"string","format":"date","description":"E-Coupon Usage Start Date"},"ecpnUsePsbEndDt":{"type":"string","format":"date","description":"E-Coupon Usage End Date"},"itmInfo":{"type":"array","description":"Item Information","items":{"$ref":"#/components/schemas/ProductInfoItemResponse"}}}},"ProductInfoItemResponse":{"type":"object","description":"Product Information Retrieval Item DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stkQty":{"type":"string","description":"Stock Quantity"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status"},"supPcost":{"type":"number","description":"Supply Cost"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Selling Price"},"tsupPrc":{"type":"number"},"tsalePrc":{"type":"number"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/getItmInfo":{"post":{"tags":["Regular Order Application Management"],"summary":"Subscription Order Details > Look Up Item Information for Added Product","description":"  ## Function Description\n  - Looks up item information.\n  ---\n  ## Detailed Description\n  - Looks up item information.\n","operationId":"getItmInfo","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ClaimItmOtherInfoRequest"}}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProductDetailItemInfoResponse"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Delete Subscription Order Product

> &#x20; \## Function Description\
> &#x20; \- Deletes the selected subscription order product.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Deletes the subscription order product matching the subscription order number and subscription delivery sequence number.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderDeliSeqRequest":{"type":"object","description":"Subscription Order Delivery Sequence No. DTO","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No.","minLength":1},"rglrDeliSeqList":{"type":"array","description":"Subscription Delivery Sequence No. List","items":{"type":"integer","format":"int32"},"minItems":1},"siteNo":{"type":"string","description":"Site No.","minLength":1}},"required":["rglrDeliNo","rglrDeliSeqList","siteNo"]},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/deleteRegularOrderGoods":{"post":{"tags":["Regular Order Application Management"],"summary":"Delete Subscription Order Product","description":"  ## Function Description\n  - Deletes the selected subscription order product.\n  ---\n  ## Detailed Description\n  - Deletes the subscription order product matching the subscription order number and subscription delivery sequence number.\n","operationId":"deleteRegularOrderGoods","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegularOrderDeliSeqRequest"}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Change Subscription Order Cycle

> &#x20; \## Function Description\
> &#x20; \- Changes the cycle of the selected subscription order.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Changes the order cycle of the subscription order corresponding to the subscription order number.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderDeliTermChangeRequest":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Order No.","minLength":1},"rglrDeliTermCd":{"type":"string","description":"Subscription Delivery Period Code (OM008)","minLength":1},"rglrDeliCycleCd":{"type":"string","description":"Subscription Delivery Cycle Code (OM034)","minLength":1},"rglrDeliCycleVal":{"type":"string","description":"Subscription Delivery Date","minLength":1}},"required":["rglrDeliCycleCd","rglrDeliCycleVal","rglrDeliNo","rglrDeliTermCd"]},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/changeDeliTermRegularOrder":{"post":{"tags":["Regular Order Application Management"],"summary":"Change Subscription Order Cycle","description":"  ## Function Description\n  - Changes the cycle of the selected subscription order.\n  ---\n  ## Detailed Description\n  - Changes the order cycle of the subscription order corresponding to the subscription order number.\n","operationId":"changeDeliTermRegularOrder","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegularOrderDeliTermChangeRequest"}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Look Up Subscription Order Change History List

> &#x20; \## Function Description\
> &#x20; \- Looks up the subscription order application change history list.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Looks up the change history list corresponding to the subscription delivery number.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderChangeHistoryRequest":{"type":"object","properties":{"rglrDeliNo":{"type":"string"}}},"RealGridListResponseRegularOrderChangeHistory":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderChangeHistory"}}}},"RegularOrderChangeHistory":{"type":"object","properties":{"rglrDeliChgGbNm":{"type":"string"},"goodsNm":{"type":"string"},"itmNm":{"type":"string"},"rglrDeliQty":{"type":"integer","format":"int32"},"rglrDeliTermCd":{"type":"string"},"rglrDeliCycleVal":{"type":"string"},"rglrDeliCycleCdNm":{"type":"string"},"rglrDeliCycleUnit":{"type":"string"},"skipYn":{"type":"string"},"sysRegId":{"type":"string"},"sysRegDtm":{"type":"string","format":"date-time"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/getRegularOrderChangeHistoryList":{"get":{"tags":["Regular Order Application Management"],"summary":"Look Up Subscription Order Change History List","description":"  ## Function Description\n  - Looks up the subscription order application change history list.\n  ---\n  ## Detailed Description\n  - Looks up the change history list corresponding to the subscription delivery number.\n","operationId":"getRegularOrderChangeHistoryList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/RegularOrderChangeHistoryRequest"}},{"name":"rglrDeliNo","in":"query","description":"Subscription Order No.","schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseRegularOrderChangeHistory"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Look Up Subscription Order Application List

> &#x20; \## Function Description\
> &#x20; \- Looks up the subscription order application list.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Looks up the list matching the given conditions among application status, lookup period, member number, and subscription order number.\
> &#x20; \- The lookup period is a required value.\
> &#x20;   \- If a subscription order number is entered, the lookup period is ignored.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240425: Added site search condition and result columns\
> &#x20; \* Release v2.00\_240530: Changed date lookup query\
> &#x20; \* Release v2.00\_240829 : Updated masking logic<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderApplicationMgmtRequest":{"type":"object","properties":{"state":{"type":"string"},"rglrDeliNo":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"mbrId":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"dateSelect":{"type":"string"},"periodType":{"type":"string"}}},"RealGridListResponseRegularOrderApplicationMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/RegularOrderApplicationMgmtResponse"}}}},"RegularOrderApplicationMgmtResponse":{"type":"object","properties":{"siteNm":{"type":"string","description":"Site Name"},"rglrDeliNo":{"type":"string","description":"Subscription Delivery No."},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"cncelDtm":{"type":"string","format":"date-time","description":"Cancellation Date/Time"},"rglrDeliEndDt":{"type":"string","description":"Subscription Delivery End Date"},"rglrDeliStatCd":{"type":"string","description":"Subscription Delivery Status Code (OM009)"},"rglrDeliStatCdNm":{"type":"string","description":"Subscription Delivery Status Code Name"},"rglrDeliTermCd":{"type":"string","description":"Subscription Delivery Period Code (OM008)"},"rglrDeliTermCdNm":{"type":"string","description":"Subscription Delivery Period Code Name"},"rglrDeliCycleCd":{"type":"string","description":"Subscription Delivery Cycle Code (OM034)"},"rglrDeliCycleCdNm":{"type":"string","description":"Subscription Delivery Cycle Code Name"},"rglrDeliCycleUnit":{"type":"string","description":"Subscription Delivery Cycle Unit"},"rglrDeliCycleVal":{"type":"string","description":"Subscription Delivery Cycle Value"},"nxtOrdGenDt":{"type":"string","description":"Next Order Creation Date"},"ordManNm":{"type":"string","description":"Orderer Name"},"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"Member ID"},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/getRegularOrderApplicationList":{"get":{"tags":["Regular Order Application Management"],"summary":"Look Up Subscription Order Application List","description":"  ## Function Description\n  - Looks up the subscription order application list.\n  ---\n  ## Detailed Description\n  - Looks up the list matching the given conditions among application status, lookup period, member number, and subscription order number.\n  - The lookup period is a required value.\n    - If a subscription order number is entered, the lookup period is ignored.\n  ---\n  ## Revision History\n  * Release v2.00_240425: Added site search condition and result columns\n  * Release v2.00_240530: Changed date lookup query\n  * Release v2.00_240829 : Updated masking logic\n","operationId":"getRegularOrderApplicationList","parameters":[{"name":"regularOrderApplicationMgmtRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/RegularOrderApplicationMgmtRequest"}},{"name":"state","in":"query","description":"Status","schema":{"type":"String"}},{"name":"siteNo","in":"query","description":"Site No.","schema":{"type":"String"}},{"name":"startDate","in":"query","description":"Search Start Date","schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"Search End Date","schema":{"type":"LocalDate"}},{"name":"mbrId","in":"query","description":"Member ID","schema":{"type":"String"}},{"name":"mbrNo","in":"query","description":"Member No.","schema":{"type":"String"}},{"name":"mbrNm","in":"query","description":"Member Name","schema":{"type":"String"}},{"name":"dateSelect","in":"query","description":"Search Period","schema":{"type":"String"}},{"name":"periodType","in":"query","description":"Lookup Period Type (Application Date: accpDtm, Next Scheduled Order Date: nxtOrdGenDt)","schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseRegularOrderApplicationMgmtResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Look Up Subscription Order History

> &#x20; \## Function Description\
> &#x20; \- Looks up the order history of a subscription order.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Looks up the order history corresponding to the subscription order number.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240425: Added site search condition and result columns\
> &#x20; \* Release v2.00\_240905: Removed date lookup condition<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderApplicationHistoryRequestV2":{"type":"object","properties":{"rglrDeliNo":{"type":"string"}}},"RealGridListResponseOrderClaimOrdInfoListResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderClaimOrdInfoListResponse"}}}},"OrderClaimOrdInfoListResponse":{"type":"object","description":"Order Claim Processing Order Detail List DTO","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Delivery No."},"ordNo":{"type":"string","description":"Order No."},"ordManNm":{"type":"string","description":"Orderer Name"},"siteNm":{"type":"string","description":"Site Name"},"ordMediaCd":{"type":"string","description":"Order Channel Code (OM007)"},"ordMediaCdNm":{"type":"string","description":"Order Channel Code Name"},"ordGbCd":{"type":"string","description":"Order Classification Code (OM002)"},"ordGbCdNm":{"type":"string","description":"Order Classification Code Name"},"ordAccpDtm":{"type":"string","format":"date-time","description":"Order Reception Date"},"salePrc":{"type":"number","description":"Order Amount"},"dcAmt":{"type":"number","description":"Discount Amount"},"dlvryCost":{"type":"number","description":"Delivery Fee"},"totalSalePrc":{"type":"number","description":"Actual Payment Amount"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/getRegularOrderApplicationHistoryList":{"get":{"tags":["Regular Order Application Management"],"summary":"Look Up Subscription Order History","description":"  ## Function Description\n  - Looks up the order history of a subscription order.\n  ---\n  ## Detailed Description\n  - Looks up the order history corresponding to the subscription order number.\n  ---\n  ## Revision History\n  * Release v2.00_240425: Added site search condition and result columns\n  * Release v2.00_240905: Removed date lookup condition\n","operationId":"getRegularOrderApplicationHistoryList","parameters":[{"name":"regularOrderApplicationHistoryRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/RegularOrderApplicationHistoryRequestV2"}},{"name":"rglrDeliNo","in":"query","description":"Subscription Order No.","schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseOrderClaimOrdInfoListResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Look Up Subscription Order Application Details

> &#x20; \## Function Description\
> &#x20; \- Looks up the subscription order application details.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Looks up the details corresponding to the subscription order number.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240425: Added site to the detailed application information result columns\
> &#x20; \* Release v2.00\_240904: Added item information to the subscription order product information<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RegularOrderApplicationDetailResponseV2":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Delivery No."},"siteNm":{"type":"string","description":"Site Name"},"mbrNo":{"type":"string","description":"Member No."},"mbrId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"accpDtm":{"type":"string","format":"date-time","description":"Subscription Order Creation DateTime"},"ordManNm":{"type":"string","description":"Orderer Name"},"rglrDeliEndDt":{"type":"string","description":"Subscription Delivery End Date"},"nxtOrdGenDt":{"type":"string","description":"Next Scheduled Order Date"},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rglrDeliTermCd":{"type":"string","description":"Subscription Delivery Period Code (OM008)"},"rglrDeliTermCdNm":{"type":"string","description":"Subscription Delivery Period Code Name"},"rglrDeliCycleCd":{"type":"string","description":"Subscription Delivery Cycle Code (OM034)"},"rglrDeliCycleVal":{"type":"string","description":"Subscription Delivery Cycle Value"},"rglrDeliCycleCdNm":{"type":"string","description":"Subscription Delivery Cycle Code Name"},"rglrDeliCycleUnit":{"type":"string","description":"Subscription Delivery Cycle Unit"},"rglrDeliStatCd":{"type":"string","description":"Subscription Delivery Status Code (OM009)"},"rglrDeliStatCdNm":{"type":"string","description":"Subscription Delivery Status Code Name"},"cncelDtm":{"type":"string","format":"date-time","description":"Cancellation Date/Time"},"regularOrderGoodsInfos":{"type":"array","description":"Subscription Delivery Order Product","items":{"$ref":"#/components/schemas/RegularOrderGoodsInfoV2"}}}},"RegularOrderGoodsInfoV2":{"type":"object","properties":{"rglrDeliNo":{"type":"string","description":"Subscription Delivery No."},"rglrDeliSeq":{"type":"string","description":"Subscription Delivery Sequence No."},"skipYn":{"type":"string","description":"Skip Status"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"rglrDeliQty":{"type":"string","description":"Order Quantity"},"goodsOptionInfos":{"type":"array","items":{"$ref":"#/components/schemas/ProductInfoItemResponse"}}}},"ProductInfoItemResponse":{"type":"object","description":"Product Information Retrieval Item DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stkQty":{"type":"string","description":"Stock Quantity"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status"},"supPcost":{"type":"number","description":"Supply Cost"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Selling Price"},"tsupPrc":{"type":"number"},"tsalePrc":{"type":"number"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/getRegularOrderApplicationDetail":{"get":{"tags":["Regular Order Application Management"],"summary":"Look Up Subscription Order Application Details","description":"  ## Function Description\n  - Looks up the subscription order application details.\n  ---\n  ## Detailed Description\n  - Looks up the details corresponding to the subscription order number.\n  ---\n  ## Revision History\n  * Release v2.00_240425: Added site to the detailed application information result columns\n  * Release v2.00_240904: Added item information to the subscription order product information\n","operationId":"getRegularOrderApplicationDetail","parameters":[{"name":"rglrDeliNo","in":"query","description":"Subscription Order No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RegularOrderApplicationDetailResponseV2"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Look Up List of Items That Can Be Changed for a Subscription Order Product

> &#x20; \## Function Description\
> &#x20; \- Looks up the list of items that can be changed for a subscription order product.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \- Looks up the list of changeable items using the product number and item number of the product corresponding to the subscription order.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ProductDetailItemInfoResponse":{"type":"object","description":"Item Information DTO by itmNo","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"modlNm":{"type":"string","description":"Model Name"},"homeNm":{"type":"string","description":"Country of Origin"},"mfcoNm":{"type":"string","description":"Manufacturer Name"},"incomNm":{"type":"string","description":"Importer Name"},"salemnNm":{"type":"string","description":"Seller Name"},"manufYm":{"type":"string","description":"Manufacture Year/Month"},"schKwdNm":{"type":"string","description":"Search Keyword"},"seoTitleNm":{"type":"string","description":"SEO Title"},"seoDesc":{"type":"string","description":"SEO Description"},"seoKwdNm":{"type":"string","description":"SEO Keywords"},"lgcGoodsNo":{"type":"string","description":"Internal Product No."},"entrNo":{"type":"string","description":"Vendor No."},"stdCtgNo":{"type":"string","description":"Standard Category No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002)"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003)"},"brandNo":{"type":"string","description":"Brand No."},"safeCertiTgtYn":{"type":"string","description":"Safety Certification Target Status"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004)"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005)"},"aprvReqDt":{"type":"string","description":"Approval Request Date"},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code (PR058)"},"soutCausCd":{"type":"string","description":"Sold-Out Reason Code (PR032)"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006)"},"taxGbCd":{"type":"string","description":"Tax/Duty-Free Classification Code (PR007)"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"buyQtyLmtYn":{"type":"string","description":"Purchase Quantity Limit Status"},"minLmtQty":{"type":"integer","format":"int32","description":"Minimum Limit Quantity"},"maxLmtQty":{"type":"integer","format":"int32","description":"Maximum Limit Quantity"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008)"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010)"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009)"},"deliDday":{"type":"integer","format":"int32","description":"Delivery Lead Time"},"itmSoutNotiYn":{"type":"string","description":"Item Sold-Out Alert Status"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"deliPsbRgnCd":{"type":"string","description":"Deliverable Area Code"},"rtnPsbYn":{"type":"string","description":"Return Availability Status"},"exchPsbYn":{"type":"string","description":"Exchange Availability Status"},"prcCompaExpYn":{"type":"string","description":"Price Comparison Exposure Status"},"pkgGoodsPrioRnkCd":{"type":"string","description":"Bundled Product Priority Code (PR035)"},"bpckPsbYn":{"type":"string","description":"Combined Packaging Availability Status"},"hsCd":{"type":"string","description":"hsCd"},"safeStkNotiYn":{"type":"string","description":"Safety Stock Alert Status"},"rglrDeliGoodsYn":{"type":"string","description":"Subscription Delivery Product Status"},"regInfPathCd":{"type":"string","description":"Registration Inflow Path Code (PR029)"},"aprvDt":{"type":"string","description":"Approval Date"},"retnCausCd":{"type":"string","description":"Rejection Reason Code (PR042)"},"retnCausCdNm":{"type":"string","description":"Rejection Reason Code Name (PR042)"},"retnCaus":{"type":"string","description":"Rejection Reason"},"retnDt":{"type":"string","description":"Rejection Date"},"schPsbYn":{"type":"string","description":"Searchable Status"},"optnYn":{"type":"string","description":"Option Management Status"},"optnCDYn":{"type":"string","description":"Option Add/Delete Status"},"goodsNoArray":{"type":"array","description":"Product No. Array","items":{"type":"string"}},"szGdeUseYn":{"type":"string","description":"Size Guide Usage Status"},"szGdeRegMethodCd":{"type":"string","description":"Size Guide Registration Method Code (PR023)"},"szGdeCd":{"type":"string","description":"Size Guide Code (PR024)"},"szGdeConts":{"type":"string","description":"Size Guide Content"},"gftWthdYn":{"type":"string","description":"Collection Status"},"milgRsrvPsbYn":{"type":"string","description":"Mileage Accrual Availability Status"},"gvgfPsbYn":{"type":"string","description":"Gift Option Availability Status"},"frgnDirPurGoodsYn":{"type":"string","description":"Overseas Direct Purchase Product Status"},"entrGoodsNo":{"type":"string","description":"Vendor Product No."},"ordCnclPsbYn":{"type":"string","description":"Order Cancellation Availability Status"},"wthdYn":{"type":"string","description":"Collection Status"},"ecpnAplyTermGbCd":{"type":"string","description":"E-Coupon Application Period Classification Code (MK015)"},"ecpnIssuDdStdUseDds":{"type":"integer","format":"int32","description":"Usage Days Based on E-Coupon Issue Date"},"ecpnUsePsbStrDt":{"type":"string","format":"date","description":"E-Coupon Usage Start Date"},"ecpnUsePsbEndDt":{"type":"string","format":"date","description":"E-Coupon Usage End Date"},"itmInfo":{"type":"array","description":"Item Information","items":{"$ref":"#/components/schemas/ProductInfoItemResponse"}}}},"ProductInfoItemResponse":{"type":"object","description":"Product Information Retrieval Item DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stkQty":{"type":"string","description":"Stock Quantity"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status"},"supPcost":{"type":"number","description":"Supply Cost"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Selling Price"},"tsupPrc":{"type":"number"},"tsalePrc":{"type":"number"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"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"}}}}},"paths":{"/v2/order/regularOrderApplicationMgmt/getGoodsItmInfoList":{"get":{"tags":["Regular Order Application Management"],"summary":"Look Up List of Items That Can Be Changed for a Subscription Order Product","description":"  ## Function Description\n  - Looks up the list of items that can be changed for a subscription order product.\n  ---\n  ## Detailed Description\n  - Looks up the list of changeable items using the product number and item number of the product corresponding to the subscription order.\n","operationId":"getGoodsItmInfoList","parameters":[{"name":"rglrDeliNo","in":"query","description":"Subscription Order No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProductDetailItemInfoResponse"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
