Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ae_sdk

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ae_sdk

A simple SDK for Aliexpress (dropshipping and affiliate) APIs.

  • 0.4.17
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-65.22%
Maintainers
1
Weekly downloads
 
Created
Source

Aliexpress SDK npm version

Typescript CI Publish Downloads Bundle Size License

A simple and type-safe SDK for Aliexpress (system tools, dropshipping and affiliate) APIs.

Introduction

An overview of the SDK and its features.

Prerequisites

Check the important steps to take before being able to use this library

Installation

npm install ae_sdk

Basic usage

// step 1: import the AE client
import { AffiliateClient } from "ae_sdk";

// step 2: initilize the client
const client = new AffiliateClient({
  app_key: "123",
  app_secret: "123456abcdef",
  session: "oauth_access_token",
});

// step 3: you are all set !
const result = await client.featuredPromoInfo({});

console.log(result);

Click here for a more in depth usage guide.

Keywords

FAQs

Package last updated on 22 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc