Danh sách IMEI

Request

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

Filters

Key
Type
Description

productId

int

ID sản phẩm

imei

string

IMEI sản phẩm

depotId

int

ID kho hàng

status

int

Trạng thái IMEI 1 = Mới 2 = Đã bán 3 = Đang vận chuyển 5 = Lỗi 6 = Đã trả nhà cung cấp 7 = Tồn trong cửa hàng 8 = Đang chuyển kho 9 = Đang bảo hành 10 = Đã trả bảo hành 11 = Hàng Demo

Response

Failed response

Successful response

Last updated