Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /UpdateProductIdentifiers

Allows 150 calls per minute

Response: Void



Used to update product identifiers

Parameters

NameTypeDescription
requestUpdateProductIdentifiersRequestObject with collection of product identifiers

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/UpdateProductIdentifiers

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={
  "ProductIdentifiers": [
    {
      "PkId": 1,
      "StockItemId": "dfd9cf75-f6c9-4716-83bc-ab0659633a59",
      "Type": 0,
      "Site": "sample string 3",
      "Value": "sample string 4",
      "ModifiedDate": "2023-01-10T13:49:46.2043917+00:00",
      "ModifiedUserName": "sample string 6"
    }
  ]
}

Response

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