Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetProductIdentifiersBulkByStockItemId

Allows 150 calls per minute

Response: GetProductIdentifiersByStockItemIdResponse



Used to get product identifiers for multiple stock items

Parameters

NameTypeDescription
requestGetProductIdentifiersBulkByStockItemIdRequestObject containing a list of stock item ids

Permissions

GlobalPermissions.Inventory.MyInventoryNode

Example Request

The following request format is required for this method.

Endpoint URL

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

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.

request={
  "StockItemIds": [
    "ee1d373a-a0a0-4c94-a107-90158fd95f62"
  ]
}

Response

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

{
  "ProductIdentifiers": [
    {
      "PkId": 1,
      "StockItemId": "4588af73-954b-426e-9724-ed2705ad2a8a",
      "Type": 0,
      "Site": "sample string 3",
      "Value": "sample string 4",
      "ModifiedDate": "2023-01-10T13:49:55.2879388+00:00",
      "ModifiedUserName": "sample string 6"
    }
  ]
}