Skip to content

FriiZoLoGYy/Sell.App-API-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sell.app API Wrapper

Warning

This Wrapper is an advanced updated version of the current Sell.app Wrapper that was made and archived in 9/17/2023 by t6c. You can reference this wrapper here.

Note

Because this is a new wrapper for Sell.app it currently supports all Sell.app API endpoints.

Requirements

Important

  • Sell.app API Key (Get it here)
  • Sell.app store name (optional)
  • npm >=8.3.0
  • node >=16.0.0

Installation

Important

npm i sellapp-node

Usage

const Sellapp = require("sellapp-node");
const API = new Sellapp.API("YOUR_API_KEY");

API.products.getAllProducts().then((res) => {
	console.log(res); // returns a list of all products
});

API.blacklists.createBlacklist("email", "[email protected]", "evil user").then((res) => {
	console.log(res); // blacklisting the said user with the string "evil user" as description
});

Multi-Store Support

Say you are part of multiple stores and want to access bob.sell.app, you would pass the slug bob as your store.

Endpoints & Examples of Usage

Important

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published