> 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/goods-bo-api/product-temporary-save-management.md).

# Product Temporary Save Management

## Delete Temporarily Saved Product

> \## Function Description\
> \* Deletes temporarily saved products on the Temporarily Saved Product Management page.\
> \---\
> \## Detailed Description\
> \* Only products with a sales status of "temporarily saved" can be deleted.\
> \* Deletes all physical data of the selected product. The following is a list of tables from which the product is deleted.\
> &#x20;   \* Product Basic Information\
> &#x20;   \* Product Promotional Phrase History\
> &#x20;   \* Linked Product Information\
> &#x20;   \* Product Safety Certification History\
> &#x20;   \* Product Content Information\
> &#x20;   \* Product Payment Method Information\
> &#x20;   \* Free Gift History\
> &#x20;   \* Product Item Information\
> &#x20;   \* Related Product Information\
> &#x20;   \* Unit Option Information\
> &#x20;   \* Reserved Sale History\
> &#x20;   \* Unit Basic Information\
> &#x20;   \* Unit Additional Price History\
> &#x20;   \* Product Unit Sales Status History\
> &#x20;   \* Product Price History<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":{"GoodsTemporarySaveMgmtApiRequest":{"type":"object","description":"Temporarily Saved Product Management Request","properties":{"goodsStartDtm":{"type":"string","format":"date-time","description":"Start Date/Time"},"goodsEndDtm":{"type":"string","format":"date-time","description":"End Date/Time"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005)"},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002)"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003)"},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006)"},"entrNo":{"type":"string","description":"Vendor No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"goodsNoArray":{"type":"array","description":"Deleted Product No. Array","items":{"type":"string"}},"mdId":{"type":"string","description":"MD in Charge"},"brandNo":{"type":"string","description":"Brand"},"stdCtgNo":{"type":"string","description":"Standard Category"},"modUserId":{"type":"string","description":"Modifier"}}},"ResponseString":{"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":{"type":"string","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"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/goodsTemporarySaveMgmtApi/deleteTemporarySaveGoods":{"post":{"tags":["Product Temporary Save Management"],"summary":"Delete Temporarily Saved Product","description":"## Function Description\n* Deletes temporarily saved products on the Temporarily Saved Product Management page.\n---\n## Detailed Description\n* Only products with a sales status of \"temporarily saved\" can be deleted.\n* Deletes all physical data of the selected product. The following is a list of tables from which the product is deleted.\n    * Product Basic Information\n    * Product Promotional Phrase History\n    * Linked Product Information\n    * Product Safety Certification History\n    * Product Content Information\n    * Product Payment Method Information\n    * Free Gift History\n    * Product Item Information\n    * Related Product Information\n    * Unit Option Information\n    * Reserved Sale History\n    * Unit Basic Information\n    * Unit Additional Price History\n    * Product Unit Sales Status History\n    * Product Price History\n","operationId":"deleteTemporarySaveGoods","parameters":[{"name":"goodsNoArray","in":"query","description":"Deleted Product No. Array","required":true,"schema":{"type":"String[]"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoodsTemporarySaveMgmtApiRequest"}}},"required":true},"responses":{"200":{"description":"Delete Temporarily Saved Product Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Delete Temporarily Saved Product Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Temporarily Saved Product List

> \## Function Description\
> \* Searches the temporarily saved product list matching the conditions on the Temporarily Saved Product Management page.\
> \---\
> \## Detailed Description\
> \* Searches only products with a sales status of "temporarily saved."\
> \* Searches products matching the entered temporary save date, approval status, product composition, product type, sales method, purchase type, vendor number/name, temporary product number, and product name.\
> \* The temporary save date is a required search condition.\
> \* Searched in reverse order of product registration date.<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":{"GoodsTemporarySaveMgmtApiRequest":{"type":"object","description":"Temporarily Saved Product Management Request","properties":{"goodsStartDtm":{"type":"string","format":"date-time","description":"Start Date/Time"},"goodsEndDtm":{"type":"string","format":"date-time","description":"End Date/Time"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005)"},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002)"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003)"},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006)"},"entrNo":{"type":"string","description":"Vendor No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"goodsNoArray":{"type":"array","description":"Deleted Product No. Array","items":{"type":"string"}},"mdId":{"type":"string","description":"MD in Charge"},"brandNo":{"type":"string","description":"Brand"},"stdCtgNo":{"type":"string","description":"Standard Category"},"modUserId":{"type":"string","description":"Modifier"}}},"ResponseRealGridListResponseGoodsTemporarySaveMgmtApiResponse":{"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":{"$ref":"#/components/schemas/RealGridListResponseGoodsTemporarySaveMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsTemporarySaveMgmtApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsTemporarySaveMgmtApiResponse"}}}},"GoodsTemporarySaveMgmtApiResponse":{"type":"object","description":"Product Temporary Save Management Response","properties":{"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)"},"goodsCompCdNm":{"type":"string","description":"Product Composition Code Name"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002)"},"goodsTypCdNm":{"type":"string","description":"Product Type Code Name"},"saleMethCdNm":{"type":"string","description":"Sales Method Code Name"},"mdNm":{"type":"string","description":"MD in Charge Name"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"modlNm":{"type":"string","description":"Model Name"},"entrNm":{"type":"string","description":"Vendor Name"},"brandNm":{"type":"string","description":"Brand Name"},"stdCtgHierarchy":{"type":"string","description":"Standard Category"},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005)"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Temporary Save Date"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"sysModId":{"type":"string","description":"Modifier ID"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/goodsTemporarySaveMgmtApi/getGoodsTemporarySaveList":{"get":{"tags":["Product Temporary Save Management"],"summary":"Search Temporarily Saved Product List","description":"## Function Description\n* Searches the temporarily saved product list matching the conditions on the Temporarily Saved Product Management page.\n---\n## Detailed Description\n* Searches only products with a sales status of \"temporarily saved.\"\n* Searches products matching the entered temporary save date, approval status, product composition, product type, sales method, purchase type, vendor number/name, temporary product number, and product name.\n* The temporary save date is a required search condition.\n* Searched in reverse order of product registration date.\n","operationId":"getGoodsTemporarySaveList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsTemporarySaveMgmtApiRequest"}},{"name":"goodsStartDtm","in":"query","description":"Temporary Save Start Date","required":true,"schema":{"type":"String"}},{"name":"goodsEndDtm","in":"query","description":"Temporary Save End Date","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Search Temporarily Saved Product List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsTemporarySaveMgmtApiResponse"}}}},"900":{"description":"Search Temporarily Saved Product List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
