> 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/popup-bo-api/product-view-all-popup.md).

# Product View All Popup

## Retrieve Product (Including Stock) List

> \## Function Description\
> \* Retrieves the product list including stock information.\
> \---\
> \## Detailed Description\
> \* Retrieves the product list including stock 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":[]}],"paths":{"/v1/popup/goodsStockListPopupApi/getGoodsStockList":{"get":{"tags":["Product View All Popup"],"summary":"Retrieve Product (Including Stock) List","description":"## Function Description\n* Retrieves the product list including stock information.\n---\n## Detailed Description\n* Retrieves the product list including stock information.\n","operationId":"getGoodsStockList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsStockListRequest"}}],"responses":{"200":{"description":"Retrieve Product (Including Stock) List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsStockListResponse"}}}},"900":{"description":"Retrieve Product (Including Stock) List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"GoodsStockListRequest":{"type":"object","properties":{"goodsNo":{"type":"array","description":"Product No. List","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":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"stockSum":{"type":"string","description":"Stock Quantity"},"saleStatCdNm":{"type":"string","description":"Sales Status Name"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"}}},"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"}}}}}}
```
