Guides

Official SDKs and extensions

Choose a client library or use your language's HTTP client, and explore product embeds.

You do not need an SDK to use SellApp: the cURL examples or your language's HTTP client are enough. An SDK is a library that handles some of that request setup for you.

Official SDKs

SellApp provides generated clients for nine languages. Each client covers the same included API operations and includes typed requests, response access, pagination, errors, and executable examples.

Follow the installation instructions in your SDK's README.md, then use the first-request examples below.

LanguageSource repository nameFirst-request guide
Node.js / TypeScriptsellapp-nodeREADME.md in the source checkout
Pythonsellapp-pythonREADME.md in the source checkout
PHPsellapp-phpREADME.md in the source checkout
Gosellapp-goREADME.md in the source checkout
.NETsellapp-dotnetREADME.md in the source checkout
Kotlinsellapp-kotlinREADME.md in the source checkout
Rubysellapp-rubyREADME.md in the source checkout
Rustsellapp-rustREADME.md in the source checkout
Elixirsellapp-elixirREADME.md in the source checkout

Start with one read-only request, then use the generated docs/methods.md resource index to find your next operation. Prefer terminal commands? See the official CLI.

Community SDKs & extensions

Before choosing a community package, check which API versions and endpoints it supports, how it sends X-STORE, and how it handles errors and retries. Compare its requests with this reference; a convenient wrapper may not cover every endpoint.

Note

These community packages are not officially endorsed. Review their maintenance status and compatibility before adding one to your project. Never expose a secret API key in a browser-based integration.


Embedding SellApp products

SellApp offers an official embed solution that lets you place product purchase flows directly on your own website. Once embedded, customers can complete purchases without being redirected to your storefront.

For setup instructions, see the Embedding products guide in the main help documentation.

On this page