-
Notifications
You must be signed in to change notification settings - Fork 11
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
Incorrect country code of London region #122
Comments
Hm, that is an interesting observation! In MWS docs, they use That is the official ISO country code. I'm going to open an issue with Amazon Advertising team in Jira. Is this Thanks |
Opened a Jira issue |
It is output from Amazon Advertising API when i get Profile list.
|
Adds countryCode prop to AmazonMarketplaceAdvertising, that is separate from Amazon Marketplace countryCode, as it uses different values. BREAKING CHANGE: Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum. Closes #122
Adds countryCode prop to AmazonMarketplaceAdvertising, that is separate from Amazon Marketplace countryCode, as it uses different values. BREAKING CHANGE: Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum. Closes #122
Adds countryCode prop to AmazonMarketplaceAdvertising, that is separate from Amazon Marketplace countryCode, as it uses different values. BREAKING CHANGE: Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum. Closes #122
# [3.0.0](v2.0.0...v3.0.0) (2020-03-09) ### Bug Fixes * adds countryCode to AmazonMarketplaceAdvertising ([d953e3a](d953e3a)) ### Code Refactoring * renames AmazonMarketplaceAdvertisingCountryCode ([85198cd](85198cd)) ### BREAKING CHANGES * Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum. Closes #122 * Renames AmazonMarketplaceAdvertisingCountryCode enum to AmazonMarketplaceCountryCode
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AmazonMarketplaceAdvertisingCountryCode
enum contains GB country code. But i think it's incorrect. It should be UK.Ref: Regional profile time zone codes
The text was updated successfully, but these errors were encountered: