Danh sách sản phẩm trong bảng giá
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/promotion/pricelistproduct?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
"priceListIds": [],
"productIds": []
},
"paginator": {
"size": 50,
"sort": {
"id": "desc"
}
"next": {
"id": 676578
}
}
}'Filters
Key
Type
Description
Response
Failed response
Successful response
Last updated