Name | Type | Description |
---|---|---|
inventoryItemIds | IEnumerable<Guid> | |
subSource | String | |
siteId | String | |
adjustmentOptions | AdjustmentOptions |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/AdjustEbayTemplatesDispatchLMS HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
inventoryItemIds=[
"7113c4f7-978d-4f3f-b8d0-fb31da1d8a64",
"09c8fccf-91cc-42e8-9b6e-4464d306a5d5"
]&subSource=sample string 1&siteId=sample string 1&adjustmentOptions={
"Title": true,
"Price": true,
"Description": true,
"AddExtendedProperties": true,
"ReviseExtendedProperties": true,
"UpdateImages": true,
"VariationAttributes": true,
"ReloadAllImages": true
}
This is an example response. Results may vary depending on your data.
null