Tra cứu IMEI bán ra theo ngày

  • Tính năng này dùng để tra cứu danh sách IMEI bán ra theo ngày ở trên Nhanh.vn. Dữ liệu sẽ được phân trang, mỗi trang tối đa không quá 50 IMEI.

Request

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

Filters

Key
Type
Description

productIds

array

Mảng ID sản phẩm

fromDate

string

Xuất nhập kho từ ngày (định dạng Y-m-d)

toDate

string

Xuất nhập kho đến ngày (định dạng Y-m-d)

imei

string

Số IMEI

brandId

int

ID thương hiệu

Response

Failed response

Successful response

Last updated