# selling-partner-api-sdk **Repository Path**: sweeper-single/selling-partner-api-sdk ## Basic Information - **Project Name**: selling-partner-api-sdk - **Description**: The official SDK for Amazon Selling Partner API - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-26 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Selling Partner API SDK logo [![Maven](https://img.shields.io/maven-central/v/software.amazon.spapi/spapi-sdk.svg?label=Maven)](https://central.sonatype.com/artifact/software.amazon.spapi/spapi-sdk) [![Packagist](https://img.shields.io/packagist/v/amzn-spapi/sdk?label=Packagist)](https://packagist.org/packages/amzn-spapi/sdk) [![npm version](https://badge.fury.io/js/@amazon-sp-api-release%2Famazon-sp-api-sdk-js.svg)](https://www.npmjs.com/package/@amazon-sp-api-release/amazon-sp-api-sdk-js) [![PyPI version](https://img.shields.io/pypi/v/amzn-sp-api?label=PyPI)](https://pypi.org/project/amzn-sp-api/) [![NuGet](https://img.shields.io/nuget/v/software.amzn.spapi?label=NuGet)](https://www.nuget.org/packages/software.amzn.spapi) The Selling Partner API SDK enables you to easily connect to and work with Amazon's REST-based SP-API. * [Learn more about Selling Partner API](https://developer.amazonservices.com/) * [Selling Partner API Documentation](https://developer-docs.amazon.com/sp-api/) * [Issues][sdk-issues] ### How does the SDK work? Selling Partner API SDK is a collection of software development tools to connect with Selling Partner API in one installable package. It is published to common package managers and can be easily integrated into new or existing codebases with just a few lines of code. A new version of the SDK will be provided whenever the API changes. ### Getting Started #### Prerequisites In order to use SP-API you must register as a Selling Partner API developer. Please follow the instructions in the [SP-API Registration Overview](https://developer-docs.amazon.com/sp-api/docs/sp-api-registration-overview). #### Using the SDK You can get started with the SDK in minutes following the instructions for your preferred programming language. * [Java](https://github.com/amzn/selling-partner-api-sdk/tree/main/java) * [PHP](https://github.com/amzn/selling-partner-api-sdk/tree/main/php) * [JavaScript](https://github.com/amzn/selling-partner-api-sdk/tree/main/javascript) * [Python](https://github.com/amzn/selling-partner-api-sdk/tree/main/python) * [C#](https://github.com/amzn/selling-partner-api-sdk/tree/main/csharp) ### Feature Overview | Programming language | Basic API Support | RDT Support | Rate Limiter | |----------------------|:-----------------:|:------------:|:------------:| | Java | ✅ | ✅ | ✅ | | PHP | ✅ | ✅ | ✅ | | JavaScript | ✅ | ❌ | ✅ | | Python | ✅ | ❌ | ❌ | | C# | ✅ | ❌ | ❌ | ### Giving Feedback We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels: Submit [issues](https://github.com/amzn/selling-partner-api-sdk/issues/new/choose) - this is the preferred channel to interact with our team Articulate your feature request or upvote existing ones on our [Issues][sdk-issues] page [sdk-issues]: https://github.com/amzn/selling-partner-api-sdk/issues