Danh sách lô hàng

  • API này dùng để lấy danh sách lô hàng của sản phẩm bán theo lô.

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/product/batch?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
    "filters": {
         "productId": 1231279144
    },
    "paginator": {
        "size": 100
    }
}'

Filters

Key
Type
Description

id

int

ID đơn vị tính

productId

int

ID sản phẩm

status

int

Trạng thái lô hàng 1 = Active 2 = Inactive

createdAtFrom

timestamp

Thời gian tạo lô từ

createdAtTo

timestamp

Thời gian tạo lô đến

Paginator

Response

Failed response

Successful response

Last updated