Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /UpdateInventoryItemChannelSKUsWithLocation

Allows 150 calls per minute

Response: Void



Update inventory Channel SKU's with location properties, such as Max Listed Quantity

Parameters

NameTypeDescription
inventoryItemChannelSKUsWithLocationList<StockItemChannelSKUWithLocation>Listing information

Permissions

GlobalPermissions.Inventory.Stock.StockWrite.ChangeStockItemDetailsNode

Example Request

The following request format is required for this method.

Endpoint URL

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

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.

inventoryItemChannelSKUsWithLocation=[
  {
    "fkRowId": "15919b59-9683-44dd-8546-81b4ff5b2a03",
    "LocationId": 2,
    "LocationName": "sample string 3",
    "IgnoreSync": true,
    "MaxListedQuantity": 1,
    "EndWhenStock": 1,
    "StockPercentage": 1.1,
    "LastUpdate": "2023-01-10T13:49:46.3015375+00:00",
    "UpdateStatus": "sample string 5",
    "SubmittedQuantity": 6,
    "ListedQuantity": 7,
    "RetryCount": 8,
    "StockItemId": "11870399-df0f-4456-8115-8cbd83b32dcc",
    "StockItemIntId": 10
  }
]

Response

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