# 상품 임시저장 관리

## 임시저장 상품 삭제

> \## 기능설명\
> \* 상품임시저장관리 페이지에서 임시저장 상품을 삭제합니다.\
> \---\
> \## 상세설명\
> \* 판매상태가 임시저장인 상품만 삭제가 가능합니다.\
> \* 선택된 상품의 모든 물리적 데이터를 삭제합니다. 다음은 해당 상품을 삭제하는 테이블 목록입니다.\
> &#x20;   \* 상품기본\
> &#x20;   \* 상품홍보문구이력\
> &#x20;   \* 연계상품정보\
> &#x20;   \* 상품안전인증이력\
> &#x20;   \* 상품컨텐츠정보\
> &#x20;   \* 상품결제수단정보\
> &#x20;   \* 증정품이력\
> &#x20;   \* 상품항목정보\
> &#x20;   \* 관계상품정보\
> &#x20;   \* 단품옵션정보\
> &#x20;   \* 예약판매이력\
> &#x20;   \* 단품기본\
> &#x20;   \* 단품추가가격이력\
> &#x20;   \* 상품단품판매상태이력\
> &#x20;   \* 상품가격이력<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":"상품임시저장관리 Request","properties":{"goodsStartDtm":{"type":"string","format":"date-time","description":"시작일시"},"goodsEndDtm":{"type":"string","format":"date-time","description":"종료일시"},"saleStatCd":{"type":"string","description":"판매상태코드(PR005)"},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)"},"goodsTypCd":{"type":"string","description":"상품유형코드(PR002)"},"saleMethCd":{"type":"string","description":"판매방식코드(PR003)"},"buyTypCd":{"type":"string","description":"매입형태코드(PR006)"},"entrNo":{"type":"string","description":"협력사 번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"goodsNoArray":{"type":"array","description":"삭제상품번호배열","items":{"type":"string"}},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드"},"stdCtgNo":{"type":"string","description":"표준카테고리"},"modUserId":{"type":"string","description":"수정자"}}},"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":["상품 임시저장 관리"],"summary":"임시저장 상품 삭제","description":"## 기능설명\n* 상품임시저장관리 페이지에서 임시저장 상품을 삭제합니다.\n---\n## 상세설명\n* 판매상태가 임시저장인 상품만 삭제가 가능합니다.\n* 선택된 상품의 모든 물리적 데이터를 삭제합니다. 다음은 해당 상품을 삭제하는 테이블 목록입니다.\n    * 상품기본\n    * 상품홍보문구이력\n    * 연계상품정보\n    * 상품안전인증이력\n    * 상품컨텐츠정보\n    * 상품결제수단정보\n    * 증정품이력\n    * 상품항목정보\n    * 관계상품정보\n    * 단품옵션정보\n    * 예약판매이력\n    * 단품기본\n    * 단품추가가격이력\n    * 상품단품판매상태이력\n    * 상품가격이력\n","operationId":"deleteTemporarySaveGoods","parameters":[{"name":"goodsNoArray","in":"query","description":"삭제상품번호배열","required":true,"schema":{"type":"String[]"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoodsTemporarySaveMgmtApiRequest"}}},"required":true},"responses":{"200":{"description":"임시저장 상품 삭제 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"임시저장 상품 삭제 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품임시저장 목록 조회

> \## 기능설명\
> \* 상품임시저장관리 페이지에서 조건에 맞는 상품임시저장 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 팬매상태가 임시저장인 상품만 조회합니다.\
> \* 입력한 임시저장일자, 승인상태, 상품구성, 상품유형, 판매방식, 매입형태, 협력사 번호/명, 임시상품번호, 상품명에 맞는 상품을 조회합니다.\
> \* 임시저장일자는 필수 조회 조건입니다.\
> \* 상품 등록일 역순으로 조회합니다.<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":"상품임시저장관리 Request","properties":{"goodsStartDtm":{"type":"string","format":"date-time","description":"시작일시"},"goodsEndDtm":{"type":"string","format":"date-time","description":"종료일시"},"saleStatCd":{"type":"string","description":"판매상태코드(PR005)"},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)"},"goodsTypCd":{"type":"string","description":"상품유형코드(PR002)"},"saleMethCd":{"type":"string","description":"판매방식코드(PR003)"},"buyTypCd":{"type":"string","description":"매입형태코드(PR006)"},"entrNo":{"type":"string","description":"협력사 번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"goodsNoArray":{"type":"array","description":"삭제상품번호배열","items":{"type":"string"}},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드"},"stdCtgNo":{"type":"string","description":"표준카테고리"},"modUserId":{"type":"string","description":"수정자"}}},"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":"상품 임시 저장 관리 Response","properties":{"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)"},"goodsCompCdNm":{"type":"string","description":"상품구성코드명"},"goodsTypCd":{"type":"string","description":"상품유형코드(PR002)"},"goodsTypCdNm":{"type":"string","description":"상품유형코드명"},"saleMethCdNm":{"type":"string","description":"판매방식코드명"},"mdNm":{"type":"string","description":"담당MD명"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"modlNm":{"type":"string","description":"모델명"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"stdCtgHierarchy":{"type":"string","description":"표준 카테고리"},"buyTypCdNm":{"type":"string","description":"매입형태코드명"},"saleStatCd":{"type":"string","description":"판매상태코드(PR005)"},"goodsRegDtm":{"type":"string","format":"date-time","description":"임시저장일자"},"totalCount":{"type":"integer","format":"int32","description":"총건수"},"sysModId":{"type":"string","description":"수정자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":["상품 임시저장 관리"],"summary":"상품임시저장 목록 조회","description":"## 기능설명\n* 상품임시저장관리 페이지에서 조건에 맞는 상품임시저장 목록을 조회합니다.\n---\n## 상세설명\n* 팬매상태가 임시저장인 상품만 조회합니다.\n* 입력한 임시저장일자, 승인상태, 상품구성, 상품유형, 판매방식, 매입형태, 협력사 번호/명, 임시상품번호, 상품명에 맞는 상품을 조회합니다.\n* 임시저장일자는 필수 조회 조건입니다.\n* 상품 등록일 역순으로 조회합니다.\n","operationId":"getGoodsTemporarySaveList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsTemporarySaveMgmtApiRequest"}},{"name":"goodsStartDtm","in":"query","description":"임시저장시작일자","required":true,"schema":{"type":"String"}},{"name":"goodsEndDtm","in":"query","description":"임시저장종료일자","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"상품임시저장 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsTemporarySaveMgmtApiResponse"}}}},"900":{"description":"상품임시저장 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/goods-bo-api/undefined-16.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
