---
title: "AddInventoryItemBulk"
method: POST
path: "/api/Inventory/AddInventoryItemBulk"
tags: ["Inventory"]
---

# AddInventoryItemBulk

`POST /api/Inventory/AddInventoryItemBulk`

Use this call to add up to 200 stock items.
<b>Permissions Required: </b> GlobalPermissions.Inventory.MyInventoryNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- InventoryAddInventoryItemBulkRequest
  - `request` AddInventoryItemRequest
    - `InventoryItems` StockItemHeader[]
      - `ItemNumber` string — SKU
      - `ItemTitle` string — Item title
      - `BarcodeNumber` string — Barcode number
      - `MetaData` string — Item description
      - `IsVariationParent` boolean — Is Variation Parent
      - `isBatchedStockType` boolean — Returns true is the stock item is tracked by batch
      - `PurchasePrice` number, double — Default item purchase price
      - `RetailPrice` number, double — Default item retail price
      - `TaxRate` number, double — Default item tax rate. Set -1 to use country tax rate
      - `PostalServiceId` string, uuid — Default postal service id
      - `PostalServiceName` string — Default postal service name
      - `CategoryId` string, uuid — Default category id
      - `CategoryName` string — Default category name
      - `PackageGroupId` string, uuid — Default package group id
      - `PackageGroupName` string — Default package group name
      - `Height` number, double — Item height
      - `Width` number, double — Item width
      - `Depth` number, double — Item depth
      - `Weight` number, double — Item weight
      - `CreationDate` string, date-time — Stock item creation date
      - `InventoryTrackingType` integer — Stock item tracking type. 0 = none. 1 = Ordered by Sell by Date. 2 = Ordered by Priority Sequence
      - `BatchNumberScanRequired` boolean — User must scan batch number when procesing orders
      - `SerialNumberScanRequired` boolean — User must scan item serial number when processing ordesr
      - `StockItemId` string, uuid — Stock Item Id
      - `StockItemIntId` integer — Stock Item interger Id

## Response `200`

OK

- BatchedAPIResponseGuid
  - `Results` APIResultResponseGuid[]
    - `Result` string, uuid
    - `ResultStatus` 'NOTSET' | 'SUCCESSFUL' | 'PARTIALLY_SUCCESSFUL' | 'FAILED'
    - `Message` string
  - `TotalResults` integer
  - `ResultStatus` 'NOTSET' | 'SUCCESSFUL' | 'PARTIALLY_SUCCESSFUL' | 'FAILED'

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
