Socket
Socket
Sign inDemoInstall

amazon-paapi5

Package Overview
Dependencies
41
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    amazon-paapi5

ProductAdvertisingAPI 5.0 Client


Version published
Weekly downloads
13
decreased by-40.91%
Maintainers
1
Install size
2.96 MB
Created
Weekly downloads
 

Readme

Source

Product Advertising API 5.0 SDK for NodeJS

NPM

Version npm

This repository contains the official Product Advertising API 5.0 NodeJS SDK called paapi5-nodejs-sdk that allows you to access the Product Advertising API from your NodeJS app.

Installation

npm install amazon-paapi5 --save
yarn add amazon-paapi5

Getting Started

1) Get Item/s Informations

import ProductAPI from 'amazon-paapi5';
    
const products = ['ASIN1', 'ASIN2']

const api = ProductAPI({
    accessKey: ##AMAZON_ACCESS_KEY##,
    secretKey: ##AMAZON_SECRET_KEY##,
    country: 'Italy',
    partnerTag: 'chebazza0c-21',
    partnerType: 'Associates',
    resources: [
        'Images.Primary.Small',
        'ItemInfo.Title',
        'Offers.Listings.Price',

    ]
});

const result = await api.getItems({ itemIds: products })

Keywords

FAQs

Last updated on 24 Jul 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc