File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Source/FikaAmazonAPI/Utils Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ public static MarketPlace GetMarketplaceByCountryCode(string countryCode)
62
62
public static MarketPlace Spain { get { return new MarketPlace ( "A1RKKUPIHCS9HS" , Region . Europe , Country . ES ) ; } }
63
63
public static MarketPlace UnitedKingdom { get { return new MarketPlace ( "A1F83G8C2ARO7P" , Region . Europe , Country . GB ) ; } }
64
64
public static MarketPlace France { get { return new MarketPlace ( "A13V1IB3VIYZZH" , Region . Europe , Country . FR ) ; } }
65
+ public static MarketPlace Belgium { get { return new MarketPlace ( "AMEN7PMS3EDWL" , Region . Europe , Country . BE ) ; } }
65
66
public static MarketPlace Netherlands { get { return new MarketPlace ( "A1805IZSGTT6HS" , Region . Europe , Country . NL ) ; } }
66
67
public static MarketPlace Germany { get { return new MarketPlace ( "A1PA6795UKMFR9" , Region . Europe , Country . DE ) ; } }
67
68
public static MarketPlace Italy { get { return new MarketPlace ( "APJ6JRA9NG5V4" , Region . Europe , Country . IT ) ; } }
You can’t perform that action at this time.
0 commit comments