Skip to main content
Version: 202201

List Inventory Cost Price

GET 

/openapi/2022-01/statistics/inventory/cost_price

Request

Query Parameters

    date stringrequired

    Querying data for the month, in UTC timezone.,e.g.,2024-06

    sales_platform string

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

    skus string[]

    Variant's SKU list,

    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: 327329225356870531
    product_idstring
    Example: 0d876129-fa10-4645-b54a-be9569dd7abd
    variant_idstring
    Example: 4decd938-8aa5-4d46-b4c6-0fd56fd98440
    skustring
    Example: 99960
    cost_pricestring
    Example: 0.00
    pricestring
    Example: 0.00
  • ]