Skip to main content
Version: 202201

List Inventory Loss Quantity

GET 

/openapi/2022-01/statistics/inventory/loss_quantity

Request

Query Parameters

    begin_time stringrequired

    Filtered after outbound date and stocktaking date, formatted as ISO-8601,e.g., 2024-07-01T00:00:00Z

    end_time stringrequired

    Filtered after outbound date and stocktaking date, formatted as ISO-8601,e.g., 2024-07-01T00:00:00Z

    sales_platform string

    Sales platform,can be "shoplazza","pos",or "center".

    skus string[]

    Varaint's SKU

    page int32required
    Default value: 1
    limit int32required

    Maximum value 1000

    Default value: 50

Responses

200

Schema
    countinteger
    Default value: 0
    Example: 1
    data object[]
  • Array [
  • location_idstring
    Example: 343224320769671133
    product_idstring
    Example: 31ef1686-2186-4a07-80d9-8a93cd69acc9
    variant_idstring
    Example: 87a2aaa1-b5dd-481e-87d9-0be8b0b9994d
    skustring
    Example: 99889
    inventory_loss_quantityinteger
    Default value: 0
    Example: 0
  • ]