Skip to content

[FEATURE] SP-API: Support EU and FE API endpoints #19138

@vunguyenhung

Description

@vunguyenhung

Is your feature request related to a problem? Please describe.
Currently our SP-API component hardcoded the Endpoint URL to https://sellingpartnerapi-na.amazon.com/, which only allow Canada, US, Mexico, and Brazil marketplaces.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Per the Amazon Selling Partner API doc here, we need different Endpoint URL for different marketplaces.

You can use the this.$auth.marketplace to detect which marketplace user selected during the OAuth process, follow the table below:

Region Marketplace / Country Seller Central URL (this.$auth.marketplace) SP-API Endpoint
North America US https://sellercentral.amazon.com https://sellingpartnerapi-na.amazon.com
  Canada https://sellercentral.amazon.ca https://sellingpartnerapi-na.amazon.com
  Mexico https://sellercentral.amazon.com.mx https://sellingpartnerapi-na.amazon.com
South America Brazil https://sellercentral.amazon.com.br https://sellingpartnerapi-na.amazon.com
Europe UK https://sellercentral-europe.amazon.com https://sellingpartnerapi-eu.amazon.com
  Germany https://sellercentral-europe.amazon.com https://sellingpartnerapi-eu.amazon.com
  France https://sellercentral-europe.amazon.com https://sellingpartnerapi-eu.amazon.com
  Spain https://sellercentral-europe.amazon.com https://sellingpartnerapi-eu.amazon.com
  Italy https://sellercentral-europe.amazon.com https://sellingpartnerapi-eu.amazon.com
  Belgium https://sellercentral.amazon.com.be https://sellingpartnerapi-eu.amazon.com
  Netherlands https://sellercentral.amazon.nl https://sellingpartnerapi-eu.amazon.com
  Turkey https://sellercentral.amazon.com.tr https://sellingpartnerapi-eu.amazon.com
  Poland https://sellercentral.amazon.pl https://sellingpartnerapi-eu.amazon.com
  Sweden https://sellercentral.amazon.se https://sellingpartnerapi-eu.amazon.com
India India https://sellercentral.amazon.in https://sellingpartnerapi-eu.amazon.com
Far East Japan https://sellercentral.amazon.co.jp https://sellingpartnerapi-fe.amazon.com
  Australia https://sellercentral.amazon.com.au https://sellingpartnerapi-fe.amazon.com

Additional context
Customer support

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employee

Projects

Status

Ready for QA

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions