developers program  

Welcome, Guest Help
Login Login | Register
 

eBay Developer Forums > Technical Questions: eBay Trading API, Feedback API & Large Merchant Services
RSS | NNTP Reader | FAQ | Usage Policies | Advanced Search | Print

in current forum  
in all Developer Forums

Replies: 5 - Pages: 1     Last Post: Oct 29, 2009 8:07 AM by: disjunto »



Posts: 4
Member Since: 10/29/09



Testing transaction status
Posted: Oct 29, 2009 3:29 AM
  Click to reply to this thread Reply

I'm trying to test what affects the different status types under transaction status (return from getsellertransactions) but I'm having a hard time getting any of the values to change.

I have marked items as paid for,shipped and left feedback, but the status codes all read the exact same as they do when the item is first 'bought'.

Anyone got any ideas?




Posts: 503
Member Since: 5/12/09



Re: Testing transaction status
Posted: Oct 29, 2009 5:21 AM
  Click to reply to this thread Reply

Hi disjunto,

Welcome to eBay Developer Forums.

If you mark the item using "Make as Payment Received" in web flow then the <PaidTime> will be updated with the date-time value.

Similarly, if you mark the item using "Mark as shipped" in the web flow the <ShippedTime> will be updated with the date-time value.

The status of the transaction contains information such as buyer's online payment and whether the checkout process for the transaction has been completed. You can find a list of Transaction status types here.
http://developer.ebay.com/devzone/xml/docs/reference/ebay/types/TransactionStatusType.html

Please refer to our knowledge base article for more clarification on Transaction.Status field here.
http://ebay.custhelp.com/cgi-bin/ebay.cfg/php/enduser/std_adp.php?p_faqid=1388

If this doesn't answers your question please get back to us. We will be happy to help you.

Have a nice day.

Best Regards,
Devanathan Sampath
eBay Developer Support




Posts: 4
Member Since: 10/29/09



Re: Testing transaction status
Posted: Oct 29, 2009 6:01 AM
  Click to reply to this thread Reply

Thanks for this information. Unfortunately I am not getting any PaidTime or ShippedTime results returned from a getsellertransactions call with detail level to to returnall.




Posts: 4
Member Since: 10/29/09



Re: Testing transaction status
Posted: Oct 29, 2009 6:01 AM
  Click to reply to this thread Reply

EDIT::: hmmmm, I was asked to sign in again (logging into sandbox logs me out of forums) and it decided to double post for me




Posts: 503
Member Since: 5/12/09



Re: Testing transaction status
Posted: Oct 29, 2009 6:12 AM
  Click to reply to this thread Reply

Hi disjunto,

You will get <PaidTime> and <ShippedTime> in the response only when you mark the item as shipped & payment received in the web flow.

Alternatively you can use the CompleteSale API to do the same functionality through API call.


Best Regards,
Devanathan Sampath
eBay Developer Support




Posts: 4
Member Since: 10/29/09



Re: Testing transaction status
Posted: Oct 29, 2009 8:07 AM
  Click to reply to this thread Reply

Thanks for the help, I was wondering if there is a way to only select transactions with these fields set, or if I'm just going to have to filter at my side? (no problem if I need to, but avoids having to return a lot more results that I need)



thread.rss_message