> 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-report.md).

# Product Report

Báo cáo số lượng sản phẩm đã bán theo thời gian

#### Request Headers

{% code overflow="wrap" lineNumbers="true" %}

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

{% endcode %}

```json
{
    "time_start": 1670642125313,
    "time_end": 1671074125313
}
```

#### Response Body

{% code overflow="wrap" lineNumbers="true" %}

```json
{
    "status": "success",
    "data": {
        "product_report": [
            ...
        ]
    }
}
```

{% endcode %}

#### Parameters

<table><thead><tr><th width="222">Parameter</th><th>Type</th><th>Required</th><th>Note</th></tr></thead><tbody><tr><td>time_start</td><td>timestamp</td><td>yes</td><td></td></tr><tr><td>time_end</td><td>timestamp</td><td>yes</td><td></td></tr></tbody></table>
