diff --git a/mws/mws.py b/mws/mws.py index 2389b049..f0d96576 100644 --- a/mws/mws.py +++ b/mws/mws.py @@ -66,6 +66,7 @@ class Marketplaces(Enum): UK = ("https://mws-eu.amazonservices.com", "A1F83G8C2ARO7P") # alias for GB US = ("https://mws.amazonservices.com", "ATVPDKIKX0DER") PL = ("https://mws-eu.amazonservices.com", "A1C3SOZRARQ6R3") + BE = ("https://mws-eu.amazonservices.com", "AMEN7PMS3EDWL") def __init__(self, endpoint, marketplace_id): """Easy dot access like: Marketplaces.endpoint .""" diff --git a/setup.py b/setup.py index fec6c633..a57eeaa2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ BASE_DIR = Path(__file__).resolve().parent -version = "1.0dev18" +version = "1.0dev19" homepage = "https://github.com/python-amazon-mws/python-amazon-mws" short_description = "Python library for interacting with the Amazon MWS API"