Skip to content

Instantly share code, notes, and snippets.

@ndv
Created November 25, 2011 18:33
Show Gist options
  • Save ndv/1394135 to your computer and use it in GitHub Desktop.
Save ndv/1394135 to your computer and use it in GitHub Desktop.
<storeList>
<stores>
<id>STORE ID</id>
<channelId>PARTNER ID</channelId>
<name>Store name</name>
<nick>Store owner's nickname</nick>
<email>Store owner's email</email>
<url>Store URL</url>
<suspended>'Suspended' status, either 'true' or 'false'</suspended>
<traffic>Traffic consumed since start of the month, bytes</traffic>
<storage>Storage consumed by the store data, bytes</storage>
<registered>Store registration date</registered>
</stores>
...more store data...
<total>TOTAL NUMBER OF STORES MATCHING CRITERIA</total>
</storeList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment