Danh sách nhãn sản phẩm

  • API này dùng để lấy danh sách nhãn sản phẩmarrow-up-right.

  • Chú ý: Dữ liệu này rất ít khi bị thay đổi, bạn có thể cache dữ liệu trên hệ thống của bạn để giảm tải việc phải gọi API liên tục, thời gian cache khuyến cáo là 24h.

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/product/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 sản phẩm

name

string

Tên nhãn sản phẩm

Paginator

Response

Failed response

Successful response

Last updated