Use this call to get a list of Ebay Compatibility
Name | Type | Description |
---|---|---|
stockItemId | Guid | Stock Item Id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetEbayCompatibilityList
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.
stockItemId=72a52526-ebb2-4df9-8551-72bc9e158341
This is an example of the response JSON. Results will vary depending on your data.
[
{
"FkStockItemId": "fc8edc2e-9eae-41cb-8e14-3245b092584e",
"FkCompatibilityListId": "ebc80260-d72e-4d04-bcce-8a9daa9821b0",
"SKU": "sample string 1",
"CompatibilityNotes": "sample string 2",
"Value": "sample string 3",
"IncludeYears": "sample string 4",
"ExcludeYears": "sample string 5",
"Culture": "sample string 6"
}
]