File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,12 @@ class Locales(Enum):
62
62
JP = "ja_JP"
63
63
SG = "en_SG"
64
64
CN = "zh_CN"
65
+ IE = "en_IE"
66
+
65
67
66
68
67
69
class Currencies (Enum ):
68
- EU = ES = DE = FR = IT = NL = BE = "EUR"
70
+ EU = ES = DE = FR = IT = NL = BE = IE = "EUR"
69
71
SE = "SEK"
70
72
PL = "PLN"
71
73
TR = "TRY"
@@ -105,6 +107,7 @@ class MarketplacesIds(Enum):
105
107
SG = 'A19VAU5U5O7RUS'
106
108
AU = 'A39IBJ37TRP1C6'
107
109
JP = 'A1VC38T7YXB528'
110
+ IE = 'A28R8C7NBKEWEA'
108
111
109
112
110
113
class Marketplaces (Enum ):
@@ -146,7 +149,7 @@ class Marketplaces(Enum):
146
149
'token_url' : 'api.amazon.co.jp/auth/o2/token'
147
150
}
148
151
# Europe
149
- EU = ES = DE = FR = IT = NL = BE = {
152
+ EU = ES = DE = FR = IT = NL = BE = IE = {
150
153
'prod' : 'advertising-api-eu.amazon.com' ,
151
154
'currency' : 'EUR' ,
152
155
'token_url' : 'api.amazon.co.uk/auth/o2/token'
You can’t perform that action at this time.
0 commit comments