Skip to content

Commit

Permalink
add ireland
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver authored and asierneiradev committed Feb 3, 2025
1 parent 8bdf393 commit 8748894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sp_api/base/marketplaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
Turkey A33AVAJ2PDY3EV TR
United Arab Emirates A2VIGQ35RCS4UG AE
India A21TJRUUN4KGV IN
Ireland A28R8C7NBKEWEA IE
Far East
Country marketplaceId Country code
Expand Down Expand Up @@ -82,6 +83,9 @@ class Marketplaces(Enum):
#: Amazon marketplace in Italy (IT)
IT = (f"{BASE_URL}-eu.amazon.com", "APJ6JRA9NG5V4", "eu-west-1")

#: Amazon marketplace in Ireland (IE)
IE = (f"{BASE_URL}-eu.amazon.com", "A28R8C7NBKEWEA", "eu-west-1")

#: Amazon marketplace in Netherlands (NL)
NL = (f"{BASE_URL}-eu.amazon.com", "A1805IZSGTT6HS", "eu-west-1")

Expand Down

0 comments on commit 8748894

Please sign in to comment.