Product Report

POST : https://salework.net/api/open/stock/v1/report/product

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

Request Headers

client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg
{
    "time_start": 1670642125313,
    "time_end": 1671074125313
}

Response Body

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

Parameters

ParameterTypeRequiredNote

time_start

timestamp

yes

time_end

timestamp

yes

Last updated