Hạn mức tồn kho
Request
curl --location --globoff 'https://pos.open.nhanh.vn/v3.0/inventory/archive?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
},
"paginator": {
"size": 50,
"sort": {"id": "desc"},
"next": {"id": 100}
}
}'Filters
Key
Type
Description
Paginator
sort
Value
Description
Sort
Response
Failed response
Successful response
Last updated