Skip to content

Commit 474bf81

Browse files
authored
Add Ireland Marketplace (#734)
1 parent 20a64a3 commit 474bf81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/AmazonPHP/SellingPartner/Marketplace.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @method static SG()
2929
* @method static AU()
3030
* @method static JP()
31+
* @method static IE()
3132
*/
3233
final class Marketplace
3334
{
@@ -158,6 +159,12 @@ final class Marketplace
158159
'region' => Regions::FAR_EAST,
159160
'url' => 'https://sellercentral.amazon.co.jp',
160161
],
162+
'IE' => [
163+
'name' => 'Ireland',
164+
'id' => 'A28R8C7NBKEWEA',
165+
'region' => Regions::EUROPE,
166+
'url' => 'https://sellercentral.amazon.ie',
167+
],
161168
];
162169

163170
private string $name;

0 commit comments

Comments
 (0)