Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Dashboards /GetInventoryLocationCategoriesData

Allows 150 calls per minute

Response: List<StockCategoryLocation>



Use this call to retrieve report about "Stock info for categories in a specific location"

Parameters

NameTypeDescription
dateNullable<DateTime>Used to specify report date or null for current period
locationIdGuidUsed to specify report location id

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Dashboards/GetInventoryLocationCategoriesData

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

date=2023-01-10T13:49:46.3530722+00:00&locationId=5cc84c40-73cc-487c-b10e-2f43cb0f11cb

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "StockLocationId": "adfc983d-cae3-4ad7-973b-b7adfbdbe47d",
    "CategoryName": "sample string 2",
    "CategoryId": "c4c5389c-6f13-4a91-9d45-5a7d7373cdca",
    "StockLevel": 4,
    "StockValue": 5.1
  }
]