For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

ids

array

Mảng ID đơn hàng (lọc nhiều đơn cùng lúc)

createdAtFrom

int

Thời gian xóa từ ngày (định dạng timestamp)

createdAtTo

int

Thời gian xóa đến ngày (định dạng timestamp)

Paginator

Response

Failed response

Successful response

Last updated