Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /DeleteEbayCompatibilityList

Allows 150 calls per minute

Response: DeleteEbayCompatibilityListResponse



Use this call to delete a list of Ebay Compatibility

Parameters

NameTypeDescription
requestDeleteEbayCompatibilityListRequestList of Ebay Compatibility

Permissions

GlobalPermissions.Inventory.MyInventoryNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/DeleteEbayCompatibilityList

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

request={
  "EbayCompatibilityList": [
    {
      "FkStockItemId": "c60f1bcb-0a99-4bd3-aae3-c828cf6f11e3",
      "FkCompatibilityListId": "c4621808-ea60-4fd3-be9e-7d1991df9eed",
      "SKU": "sample string 1",
      "CompatibilityNotes": "sample string 2",
      "Value": "sample string 3",
      "IncludeYears": "sample string 4",
      "ExcludeYears": "sample string 5",
      "Culture": "sample string 6"
    }
  ]
}

Response

This is an example of the response JSON. Results will vary depending on your data.

{
  "EbayCompatibilityList": [
    {
      "FkStockItemId": "8126032b-9aa0-42ca-a557-67efd9357fe2",
      "FkCompatibilityListId": "18f9a2c7-6c6b-4e2e-bea4-4626390da224",
      "SKU": "sample string 1",
      "CompatibilityNotes": "sample string 2",
      "Value": "sample string 3",
      "IncludeYears": "sample string 4",
      "ExcludeYears": "sample string 5",
      "Culture": "sample string 6"
    }
  ]
}