Skip to content

Commit

Permalink
feat: adds Singapore
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed Oct 9, 2019
1 parent 95b5f58 commit f5dbdf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/marketplaces/SG.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { AmazonMarketplace } from '../amazon-marketplace'

export const SG = new AmazonMarketplace({
countryCode: 'SG',
currency: 'SGD',
id: 'A19VAU5U5O7RUS',
name: 'Singapore',
uri: 'https://www.amazon.sg',
webServiceUri: 'https://mws-fe.amazonservices.com',
})
6 changes: 6 additions & 0 deletions src/marketplaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { IN } from './IN'
import { IT } from './IT'
import { JP } from './JP'
import { MX } from './MX'
import { SG } from './SG'
import { TR } from './TR'
import { US } from './US'

Expand Down Expand Up @@ -80,6 +81,11 @@ export const amazonMarketplaces = {
*/
MX,

/**
* Singapore
*/
SG,

/**
* Turkey
*/
Expand Down

0 comments on commit f5dbdf2

Please sign in to comment.