cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting sale item image? GetSellerTransactions <> GetOrders

Hi, how can I get the item image of the sold item without calling the item details using the itemID?

I'm using "GetSellerTransactions" currently, but I can also see using "GetOrders" with the From and To time filters would also result in the same output (Unless I'm missing something).

 

Is there a benefit I'm missing from using "GetSellerTransactions" over "GetOrders" .

 

I can see basic item details but missing item image, also how do I get any buyer notes left for the seller?

 

Thanks,

Message 1 of 3
latest reply
2 REPLIES 2

Getting sale item image? GetSellerTransactions <> GetOrders

Hi @rapii_25 

 

GetSellerTransactions and GetOrders calls do not return the PictureDetails for the items in the response. You can execute the GetItem call to fetch  the data for a single item. 

 

You can use the BuyerCheckoutMessage field to get the comment for the seller left by the buyer. 

 

Best Regards,
eBay Developer Support
Message 2 of 3
latest reply

Getting sale item image? GetSellerTransactions <> GetOrders

Thanks for the reply.

 

What is the difference between using GetSellerTransactions and GetOrders both using the ModTime. 

 

Which one would be the better choice to use, I don't see any difference on a glance unless there's something I'm missing?

Message 3 of 3
latest reply