All Projects → penghaiping → selling-partner-sdk

penghaiping / selling-partner-sdk

Licence: other
Amazon Selling Partner JAVA SDK SP API

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to selling-partner-sdk

amz sp api
AmzSpApi - Unofficial Ruby gem for the Selling Partner APIs (SP-API)
Stars: ✭ 22 (+46.67%)
Mutual labels:  amazon, mws, sp-api, selling-partner-api
selling-partner-api-sdk
Golang toolkit for working with Amazon's Selling Partner API (SP-API)
Stars: ✭ 48 (+220%)
Mutual labels:  amazon, mws, sp-api, selling-partner-api
Amazon-SP-API-CSharp
.Net C# library for the new Amazon Selling Partner API
Stars: ✭ 95 (+533.33%)
Mutual labels:  amazon, amazon-web-services, selling-partner-api
sp-api-sdk
Amazon Selling Partner SPI - PHP SDKs
Stars: ✭ 34 (+126.67%)
Mutual labels:  amazon, mws, selling-partner-api
aws-sqs-sns-client
AWS SNS SQS client UI
Stars: ✭ 26 (+73.33%)
Mutual labels:  amazon, amazon-web-services
aws-ses-template-manager
A simple application offering an interface for CRUD management of AWS SES templates across all compatible regions and with your own choice of credentials profile. A great GUI productivity tool that can be setup and run locally in seconds (see readme).
Stars: ✭ 23 (+53.33%)
Mutual labels:  amazon, amazon-web-services
oracdc
Oracle database CDC (Change Data Capture)
Stars: ✭ 51 (+240%)
Mutual labels:  amazon, amazon-web-services
Amazonbigspider
😱Full Automatic Amazon Distributed Spider | 亚马逊分布式四国际站采集选款产品|账号admin,密码adminadmin
Stars: ✭ 140 (+833.33%)
Mutual labels:  amazon, amazon-web-services
aws-lab-guide
Amazon Web Services Practice Lab Guide. Absolute beginners can try this lab practice guide.
Stars: ✭ 25 (+66.67%)
Mutual labels:  amazon, amazon-web-services
django-eb-sqs-worker
Django Background Tasks for Amazon Elastic Beanstalk
Stars: ✭ 27 (+80%)
Mutual labels:  amazon, amazon-web-services
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (+920%)
Mutual labels:  amazon, amazon-web-services
golang-tts
Text-to-Speach golang package based in Amazon Polly service
Stars: ✭ 19 (+26.67%)
Mutual labels:  amazon, amazon-web-services
terraform-emr-spark-example
An example Terraform project that will configure a Secure and Customizable Spark Cluster on Amazon EMR.
Stars: ✭ 43 (+186.67%)
Mutual labels:  amazon, amazon-web-services
Machine Learning Using K8s
Train and Deploy Machine Learning Models on Kubernetes using Amazon EKS
Stars: ✭ 145 (+866.67%)
Mutual labels:  amazon, amazon-web-services
Cognito Express
Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.
Stars: ✭ 165 (+1000%)
Mutual labels:  amazon, amazon-web-services
Learn Aws Lambda
✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
Stars: ✭ 910 (+5966.67%)
Mutual labels:  amazon, amazon-web-services
mws-sdk
JavaScript SDK for Amazon Marketplace Web Services (MWS)
Stars: ✭ 23 (+53.33%)
Mutual labels:  amazon, mws
Terraform Aws Landing Zone
Terraform Module for AWS Landing Zone
Stars: ✭ 142 (+846.67%)
Mutual labels:  amazon, amazon-web-services
aws2openapi
Amazon Web Services API description to OpenAPI 3.0 definition
Stars: ✭ 45 (+200%)
Mutual labels:  amazon, amazon-web-services
mws-product
A module for retrieving product information via Amazon MWS API
Stars: ✭ 40 (+166.67%)
Mutual labels:  amazon, mws

此工程不再维护,已经提取精炼了一版更简洁的sdk请移步到 https://github.com/penghaiping/amazon-sp-api/ !!!-- since 2021-03-02

selling-partner-sdk

amazon selling partner sdk 背景:

亚马逊(amazon)在2020年10月推出了新的替代mws的api方案,称为Selling Partner API(SP-API)。sp-api在修改原mws的接口方式的基础上引入了aws的IAM权限管理,增加了开发者的对接门坎和学习成本。这里整理了一份java版的对接信息,供大家借鉴

MWS:

   对接的文档介绍document: http://docs.developer.amazonservices.com/en_US/dev_guide/index.html  

   sdk library: https://developer.amazonservices.com/javaclients

SP-API(amazon selling partner api):

   对接文档介绍document: https://developer.amazonservices.com/

   GitHub: https://github.com/amzn/selling-partner-api-docs

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

   动手训练营:https://www.spapi.org.cn/cn/intro.html    (这个动手训练营里都是干货,里面介绍了怎么做对接初步准备工作等)

   java版本的client端sdk:https://github.com/penghaiping/selling-partner-sdk

MWS与SP-API的区别:

   1.SP-API是rest方式,mws是特殊的结构有xml也有xsd
   2.SP-API授权利用了LWA,即Amazon对OAuth 2.0的实现。该模型消除了Amazon MWS所要求的手工交换认证令牌(mwsAuthToken)的需要
   3.SP-API提供比Amazon MWS更好的数据访问控制。开发人员只能请求访问他们需要的数据,而销售商可以在API部分、操作或数据资源级别授予权限
   4.SP-API允许您使用AWS身份和访问管理(IAM)直接获取和管理自己的身份验证凭据。对于Amazon MWS,您可以使用特殊的注册工作流接收Amazon提供的身份验证凭证,并且通过打开与Amazon MWS支持的联系方式获得新的凭证
   5.SP-API使用AWS签名版本4进行身份验证。Amazon MWS使用签名版本2
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].