Skip to content

Commit

Permalink
Adding Belgium (BE) marketplace (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxodao committed Aug 4, 2022
1 parent a0f54e0 commit 7ffc622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mws/mws.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7ffc622

Please sign in to comment.