Reputation: 867
I'm trying to get the dimensions of some items using the finding service from ebay.
I tried adding the outputSelector=UnitPriceInfo
, but there is no change.
My current request looks something like this:
Thank you.
Upvotes: 0
Views: 1073
Reputation: 1723
I don't know if this is 100% related, but I had problems getting the weight and dimensions using GetItemCall - They kept coming out as zeroes.
It turns out that I'd looped through Transactions on OrderType and passed in all the keys that I could find, inclusing the Item.TransactionId.
Turns out that if you only pass ItemID, and don't pass TransactionId, the weight and dimensions come through properly.
Might be the same with FindingService, might not.
Mark
Upvotes: 0