> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/he-thong-ho-tro/salework-open-api/product-get-list.md).

# Product Get List

Lấy danh sách sản phẩm và danh sách kho hàng trong hệ thống Salework.

#### Request Headers

```
client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg
```

#### Response Body

<pre class="language-json" data-overflow="wrap" data-line-numbers><code class="lang-json"><strong>{
</strong>    "status": "success",
    "data": {
        "products": {
            ...
        },
        "warehouse": [
            ...
        ]
    }
}
</code></pre>
