Amazon Selling Partner API Models
Go to file
rickdeee 553de9fa0e Add Java examples for delegating auth with RDT
Added DelegatedRestrictedDataTokenWorkflowForDelegator.java and
DelegatedRestrictedDataTokenWorkflowForDelegatee.java Java examples
for delegating authorization using the RDT.
2021-09-14 11:49:31 -07:00
.github Create pull_request_template.md 2020-11-05 23:28:34 -08:00
clients Add Java examples for delegating auth with RDT 2021-09-14 11:49:31 -07:00
models Generalize descriptions for the delegated RDT 2021-09-14 11:41:10 -07:00
CODE_OF_CONDUCT.md Initial commit 2020-07-27 17:31:44 -07:00
CONTRIBUTING.md Initial commit 2020-07-27 17:31:44 -07:00
LICENSE Initial commit 2020-07-27 17:31:44 -07:00
NOTICE Initial commit 2020-07-27 17:31:44 -07:00
README.md Update README.md 2021-08-02 21:35:24 -07:00

README.md

Selling Partner API Models

This repository contains Swagger models for developers to use to create software to call Selling Partner APIs. Developers can use swagger codegen to generate client libraries from these models. Please refer to selling-partner-api-docs for additional documentation and read the Selling Partner API Developer Guide for instructions to get started.

The models directory contains all of the currently available Selling Partner API models.

The clients directory contains a Java library and a C# library with mustache templates for use with swagger-codegen to generate client libraries with authentication and authorization functionality included. The templates are located in resources/swagger-codegen.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.