0

Today I stumbled upon the Google Checkout Reporting API (see link below). Although I read through the whole page I didn't quite understand how to implement this one (e.g. using C#). Sadly I couldn't find any examples or tutorials either. Has anyone successfully used this API? Can anyone give me a little starting help?

Thanks!

Google checkout reporting API

Boris
  • 8,551
  • 25
  • 67
  • 120

2 Answers2

0

Haven't tried it, but it looks promising http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_NET.html

Philippe
  • 1,949
  • 4
  • 31
  • 57
  • I quickly browsed through that page. It seems to be focused on some other things and is based on several Google DLLs I can't use... – Boris Nov 05 '11 at 12:27
0

Have a look at the Google Checkout .NET library and sample code.

It has code samples you can re-use to implement a .NET framework for the Reporting API (e.g. HTTP requests, XML parsing, HTTP Basic Authentication, etc):

http://code.google.com/apis/checkout/samplecode.html

Mihai Ionescu
  • 2,108
  • 1
  • 12
  • 15