Nguồn đơn hàng

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/order/source?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
    "filters": {
        "ids": [100, 101],
    },
    "paginator": {
        "size": 50
    }
}'

Filters

Key
Type
Description

ids

array

Mảng ID nguồn đơn hàng, tối đa 100

Response

Failed response

Successful response

Last updated