Danh sách đơn hàng đã xóa
Request
curl --location --globoff 'https://pos.open.nhanh.vn/v3.0/order/deleted?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"createdAtFrom": 1751302800,
"createdAtTo": 1753635599
},
"paginator": {
"size": 50
}
}'Filters
Key
Type
Description
Paginator
Response
Failed response
Successful response
Last updated