Use this call to insert and update a list of Ebay Compatibility
Name | Type | Description |
---|---|---|
request | InsertUpdateEbayCompatibilityListRequest | List of Ebay Compatibility |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/InsertUpdateEbayCompatibilityList
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": "97a811b9-4fb8-4d37-91da-b48d36861f90",
"FkCompatibilityListId": "fdc103fe-890a-4182-a0dc-c050ee3f0b09",
"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": "6ae4dfe3-f899-49e2-8d6e-a983dbde9a8f",
"FkCompatibilityListId": "b3b18101-afe2-4371-aba5-35a3ac1a4217",
"SKU": "sample string 1",
"CompatibilityNotes": "sample string 2",
"Value": "sample string 3",
"IncludeYears": "sample string 4",
"ExcludeYears": "sample string 5",
"Culture": "sample string 6"
}
]
}