We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a2f7bd + c24941e commit a15d5b5Copy full SHA for a15d5b5
1 file changed
amazon_paapi/models/regions.py
@@ -1,5 +1,6 @@
1
class Country:
2
AU = "AU"
3
+ BE = "BE"
4
BR = "BR"
5
CA = "CA"
6
FR = "FR"
@@ -22,6 +23,7 @@ class Country:
22
23
24
REGIONS = {
25
"AU": "us-west-2",
26
+ "BE": "eu-west-1",
27
"BR": "us-east-1",
28
"CA": "us-east-1",
29
"FR": "eu-west-1",
@@ -45,6 +47,7 @@ class Country:
45
47
46
48
DOMAINS = {
49
"AU": "com.au",
50
+ "BE": "com.be",
51
"BR": "com.br",
52
"CA": "ca",
53
"FR": "fr",
0 commit comments