Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /CreateInventoryItemCompositions

Allows 150 calls per minute

Response: Void



Use this call to create compositions for stockItem

Parameters

NameTypeDescription
inventoryItemCompositionsList<StockItemComposition>stockItem compositions

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

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.

inventoryItemCompositions=[
  {
    "LinkedStockItemId": "815d90f2-83f4-4292-ba82-55624e0e9327",
    "ItemTitle": "sample string 2",
    "SKU": "sample string 3",
    "Quantity": 4,
    "PurchasePrice": 5.1,
    "InventoryTrackingType": 64,
    "DimHeight": 7.1,
    "DimWidth": 8.1,
    "DimDepth": 9.1,
    "Weight": 10.1,
    "PackageGroupId": "975a9bae-b380-4dd4-aa83-fec68a4a462f",
    "TaxRate": 12.1,
    "StockItemId": "1f256753-d800-4df0-bf4f-16f35663cb3c",
    "StockItemIntId": 2
  }
]

Response

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