Skip to content

s-kawara/MwsFbaInventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MwsFbaInventory

Code sample for using FbaInventory API in Amazon MWS

###Example Usage

  • Download Zip
  • Zip file UnZip
  • Start Visual Studio
  • Read Solution File
  • Open CommonValue.cs File
  • Edit Setting Information
  • Solutiion Build
  • Execute

###Setting Information

public static string strAccessKeyId = "Amazon MWS Access Key ID";
public static string strSecretKeyId = "Amazon MWS Secret Key ID";
public static string strMerchantId = "Seller ID";
public static string strMarketplaceId = "Marketplace ID";
public static string strApplicationName = "Application Name";
public static string strApplicationVersion = "Application Version";
public static string strMWSAuthToken = "MWSAuthToken";
public static string strServiceURL = "Service URL";

###Run Result Screen Shot

About

Code sample for using FbaInventory API in Amazon MWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages