Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetEbayCompatibilityList

Allows 150 calls per minute

Response: List<StockItemEbayCompatibility>



Use this call to get a list of Ebay Compatibility

Parameters

NameTypeDescription
stockItemIdGuidStock Item Id

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/GetEbayCompatibilityList

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.

stockItemId=72a52526-ebb2-4df9-8551-72bc9e158341

Response

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"
  }
]