河南省怡初电子科技有限公司

18103817358

洞察全球创新互联网资讯

汇集观点

亚马逊店铺管理软件SP-API开发者常用资源汇总

发布时间:2021-08-19 作者:亚马逊跨境电商ERP

本文对SP-API开发者常用的资源进行了汇总和整理。

1

Common

-【Developer Guide】:

https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md


-【SP-API reference】: 

https://github.com/amzn/selling-partner-api-docs/tree/main/references


-【SP-API models】: 

https://github.com/amzn/selling-partner-api-models/tree/main/models


- 【SP-API use case guides】: 

https://github.com/amzn/selling-partner-api-docs/tree/main/guides/en-US/use-case-guides


-【SP-API endpoint& marketplaceId】: 

https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md#selling-partner-api-endpoints


-【SP-API General FAQs】: 

https://github.com/amzn/selling-partner-api-docs/wiki/SP-API---General-FAQs


2

MWS to SP-API developers

此部分内容仅限于既有的MWS开发者。


-【Important Notice】: 

Third-party developers using Amazon MWS Orders, Reports, and Merchant Fulfillment API sections must migrate to Selling Partner API by July 31, 2022 : https://github.com/amzn/selling-partner-api-docs/discussions/1037


-【Migration Guide】: 

https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/migration-guide/selling-partner-api-migration-guide.md


-【SP-API Migration FAQs】: 

https://github.com/amzn/selling-partner-api-docs/wiki/SP-API-Migration-FAQs


-【MWS Developer guide】: 

http://docs.developer.amazonservices.com/zh_CN/dev_guide/DG_IfNew.html


-【MWS FBA guide】: 

http://docs.developer.amazonservices.com/zh_CN/fba_guide/FBAGuide_Overview.html


3

PII Migration

此部分内容仅限于拥有PII角色权限的开发者。


-【SP-API for Tokens】:

https://github.com/amzn/selling-partner-api-docs/blob/main/references/tokens-api/tokens_2021-03-01.md


-【Tokens API Use Case Guide】:

https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/tokens-api-use-case-guide/tokens-API-use-case-guide-2021-03-01.md


4

Vendors API developement

此部分内容仅限于亚马逊供应商(Vendors)服务的API开发者。


-【Developer guide for Vendors】:

https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md#about-vendor-groups


-【SP-API reference for Vendors】:

https://github.com/amzn/selling-partner-api-docs/tree/main/references


- 【SP-API for Vendors General FAQs】:

https://github.com/amzn/selling-partner-api-docs/wiki/FAQs-for-Selling-Partner-API-for-Vendors


- 【SP-API for Vendors Error FAQs】:

https://github.com/amzn/selling-partner-api-docs/wiki/SP-API-for-Vendors---Error-FAQs


-【Vendor Direct Fulfillment API FAQs】:

https://github.com/amzn/selling-partner-api-docs/wiki/Vendor-Direct-Fulfillment-API-FAQs


5

Other Common

-【关于technical issue】

请登录到您出问题Region的对应卖家后台账号,

在对应NA/EU/FE region提Case链接:

【NA】https://sellercentral.amazon.com/gp/mws/contactus.html

【EU】(Germany, France, Italy, Spain)https://sellercentral-europe.amazon.com/gp/mws/contactus.html

UK】: https://sellercentral.amazon.co.uk/gp/mws/contactus.html

Japan】:https://sellercentral-japan.amazon.com/gp/mws/contactus.html

Australia】:https://sellercentral.amazon.com.au/gp/mws/contactus.html

Singapore】: https://sellercentral.amazon.sg/gp/mws/contactus.html

Brazil】:https://sellercentral.amazon.com.br/gp/mws/contactus.html

Turkey】:https://sellercentral.amazon.com.tr/gp/mws/contactus.html

India】:https://sellercentral.amazon.in/gp/mws/contactus.html


⚠️提case需要以下信息

region:NA/EU/FE?

appID:

SellerId: 

Operation: 

MarketplaceId: 

RequestId: 

TimeStamp: 

Request Header:

Response:

【关于Migration】

1.建议您在MWS/SP-API混合模式下进行开发,测试和上线,以避免已经授权的卖家进行二次授权。如果您在多个地区开发了MWS App,建议您在AppStore发布一个统一的App以便统一管理(例如通过把FE和EU的developerID 配置到NA的app profile上面,发布后卖家不需要进行重新授权也可使用,请确认您的App profile配置正确)

2.需要注意在进行【Edit listing】发布App之前,请认真确认您的Oauth Login URI和Oauth Redirect URI是贵公司域名下的能够正常使用的URI。其中Redirect URI是在卖家完成Oauth授权之后用来接收mws_token, spapi_oauth_code等重要信息的。

3.未成功发布App成为hybrid模式的App之前,无法通过调用authorization API来换取token调用SP-API。如果需要进行开发期间的确认和测试,可考虑使用version=beta的方式进行。reference:https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md#oauth-authorization-uris

4.有关App的配置信息进行的任何微小修改,都需要通过发布上线流程才能真正反映到Amazon服务器使得线上环境能够正常使用。