Danh sách bảng giá

  • Tính năng này dùng để lấy danh sách bảng giá trên Nhanh.vn.

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/promotion/pricelist?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
   "filters": {
       "ids": [73532, 73551]
       "status": 2
       "name": "AH TESSTT"
   },
   "paginator": {
       "size": 50,
       "sort": {
           "id": "asc"
       }
       "next": {
           "id": 73547
       }
   }
}'

Filters

Key
Type
Description

ids

array

Mảng ids bảng giá.

name

string

Tên bảng giá.

status

int

Trạng thái bảng giá.

depotIds

array

Mảng danh sách cửa hàng áp dụng bảng giá.

Response

Failed response

Successful response

Last updated