05-14-2024 02:13 PM - edited 05-14-2024 03:14 PM
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,
05-15-2024 11:24 AM
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.
05-18-2024 03:59 AM
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?