Create a new item and link it to a specific stock item
Name | Type | Description |
---|---|---|
pkStockItemId | Guid | Stock item id |
itemTitle | String | Title |
source | String | Source |
subSource | String | Subsource |
channelSKU | String | Channel SKU |
locationId | Nullable<Guid> | User location |
initialQuantity | Nullable<Int32> | Initial quantity once the inventory item has been created |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/CreateNewItemAndLink
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
This is an example of the request structure. Results will vary depending on your data.
pkStockItemId=7ec3b871-3db5-438e-abf3-b5888c380fed&itemTitle=sample string 1&source=sample string 1&subSource=sample string 1&channelSKU=sample string 1&locationId=1b7e831e-9637-4a79-a0bf-44b0167f2c8c&initialQuantity=1
This is an example of the response JSON. Results will vary depending on your data.
"103a30de-9dbf-4167-8ac9-decb70cfd087"