I am trying to create url request to ebay to get the item specification
like screen size, cpu, and so on.
tried to look on ebay document but didn’t find how to do that,
Hope you can help!
Thanks!
I am trying to create url request to ebay to get the item specification
like screen size, cpu, and so on.
tried to look on ebay document but didn’t find how to do that,
Hope you can help!
Thanks!
2
Answers
Without looking at your code i can only suggest you this which will all active items with all details:
GetItem
is what you’re looking for, withIncludeItemSpecifics
set totrue
.Or, a lighter API call using
GetSingleItem
from the Shopping API, withIncludeSelector
set toItemSpecifics
.