Danh sách nhãn đơn hàng

  • API này dùng để lấy danh sách nhãn đơn hàng

Request

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

Filters

Key
Type
Description

ids

array

List ID nhãn đơn hàng

name

string

Tên nhãn đơn hàng

Paginator

Response

Failed response

Successful response

Last updated