> 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/back-office-api/popup-bo-api/undefined-10.md).

# 상품 전체보기 팝업

## 상품(재고 포함) 목록 조회

> \## 기능설명\
> \* 재고 정보를 포함한 상품 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 재고 정보를 포함한 상품 목록을 조회합니다.<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":{"GoodsStockListRequest":{"type":"object","properties":{"goodsNo":{"type":"array","description":"상품번호 목록","items":{"type":"string"}}}},"ResponseRealGridListResponseGoodsStockListResponse":{"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/RealGridListResponseGoodsStockListResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsStockListResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsStockListResponse"}}}},"GoodsStockListResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"stockSum":{"type":"string","description":"재고수량"},"saleStatCdNm":{"type":"string","description":"판매상태명"},"brandNo":{"type":"string","description":"브랜드번호"},"brandNm":{"type":"string","description":"브랜드명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"}}},"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/popup/goodsStockListPopupApi/getGoodsStockList":{"get":{"tags":["상품 전체보기 팝업"],"summary":"상품(재고 포함) 목록 조회","description":"## 기능설명\n* 재고 정보를 포함한 상품 목록을 조회합니다.\n---\n## 상세설명\n* 재고 정보를 포함한 상품 목록을 조회합니다.\n","operationId":"getGoodsStockList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsStockListRequest"}}],"responses":{"200":{"description":"상품(재고 포함) 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsStockListResponse"}}}},"900":{"description":"상품(재고 포함) 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
