Use this call to delete a list of Ebay Compatibility
Name | Type | Description |
---|---|---|
request | DeleteEbayCompatibilityListRequest | List of Ebay Compatibility |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/DeleteEbayCompatibilityList
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.
request={
"EbayCompatibilityList": [
{
"FkStockItemId": "6189ada8-0cde-43fa-a5f3-43d7e48ed3fa",
"FkCompatibilityListId": "a7a1aea1-562f-4541-9a89-8a02b1c1097f",
"SKU": "sample string 1",
"CompatibilityNotes": "sample string 2",
"Value": "sample string 3",
"IncludeYears": "sample string 4",
"ExcludeYears": "sample string 5",
"Culture": "sample string 6"
}
]
}
This is an example of the response JSON. Results will vary depending on your data.
{
"EbayCompatibilityList": [
{
"FkStockItemId": "899cb87a-a55b-43f0-b26e-87a0c62b29b9",
"FkCompatibilityListId": "12770346-315a-4ce2-935f-a95d017ec7f0",
"SKU": "sample string 1",
"CompatibilityNotes": "sample string 2",
"Value": "sample string 3",
"IncludeYears": "sample string 4",
"ExcludeYears": "sample string 5",
"Culture": "sample string 6"
}
]
}