Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetInventoryItemPrices

Allows 250 calls per minute

Response: List<StockItemPrice>



Use this call to get stock item prices by channel

Parameters

NameTypeDescription
inventoryItemIdGuidStock item id

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemPrices

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.

inventoryItemId=aaeeac8d-00a1-41b0-98f6-6bcd83eb1dd2

Response

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

[
  {
    "Rules": [
      {
        "pkRowId": 1,
        "fkStockPricingId": "e96ebaba-6200-48e1-9a10-475993519736",
        "Type": "sample string 2",
        "LowerBound": 3,
        "Value": 4.1
      }
    ],
    "pkRowId": "9c59cd18-d3ba-4fc8-9768-8e0723c4428a",
    "Source": "sample string 2",
    "SubSource": "sample string 3",
    "Price": 4.1,
    "Tag": "sample string 5",
    "UpdateStatus": 0,
    "StockItemId": "baf8640d-9d65-46fb-8956-96701b8bcb8c",
    "StockItemIntId": 2
  }
]