04-11-2024 03:20 AM
I'm using the eBay hook to get events back to the app every time eBay on an item is revised. Currently, in the data event sent to the app, I want to check the field ItemCompatibilityList but it seems it needs to be added.
Can we check all information including ItemCompatibilityList at the moment the ItemRevised event is sent ?
I think we cannot use GetItem according to ebay item id because it will get the latest data, not at the time the item is revised.
Can we use a version or some field in the data event to get it ?