Danh sách lô hàng
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/product/batch?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
"productId": 1231279144
},
"paginator": {
"size": 100
}
}'Filters
Key
Type
Description
Paginator
Response
Failed response
Successful response
Last updated