Hi, how do i get my reply to a message sent from a buyer? On my Json
return it says reply = true but doesn't actually provide me with the
reply text, I need this information to get all old messages and the
reply given. Thanks,
Hi, are there any available notifications Ican subscribe to, to get
information about when orders have been received/completed. I can see
two for paid/shipped but nothing beyond that point for actually
completing(delivered) the order. Thanks,
I have setup my SetNotificationPreferences, to my email and https
endpoint. I list an item which is enabled for the notifications, I don't
receive any API endpoint hit or any emails. I call
"GetNotificationsUsage" to see if any errors are happening b...
I am calling "CompleteSale" using the sandbox endpoints. Using a sandbox
order transactionID I get errors of an invalid
OrderID/ItemID/TransactionID Regardless of if I add an orderID or
TransactionID I still get the same error on return, yet the valu...
Hi, When an item is sold I go through my process and end up calling
"RelistItem", upon return I update my database with the listing details
again. Does anyone know if there is a benefit of storing the original
listing and inputting a new row with the...
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?