Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cherry-Pick] Añadir el marketplace de Irlanda #1656

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading