Skip to content

Instantly share code, notes, and snippets.

@grahamsz
grahamsz / Create CS classes for Amazon MWS.cs
Last active March 31, 2021 13:18 — forked from gregawoods/amazon.rake
Recursively download XSD documents for use with Amazon MWS.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace AmazonMWSFetch
{
class Program