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

amazon-sp-api

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-sp-api - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

lib/resources/versions/product_pricing/productPricing_2022-05-01.js

9

lib/resources/productPricing.js
module.exports = {
productPricing:{
__versions:[
'v0'
'v0',
'2022-05-01'
],

@@ -12,6 +13,8 @@ __operations:[

'getItemOffersBatch',
'getListingOffersBatch'
'getListingOffersBatch',
'getFeaturedOfferExpectedPriceBatch'
],
...require('./versions/product_pricing/productPricing_v0')
...require('./versions/product_pricing/productPricing_v0'),
...require('./versions/product_pricing/productPricing_2022-05-01')
}
};

@@ -9,3 +9,3 @@ const utils = require('../../../utils');

api_path:'/orders/v0/orders',
restore_rate:180
restore_rate:60
});

@@ -24,3 +24,3 @@ },

api_path:'/orders/v0/orders/' + req_params.path.orderId,
restore_rate:180
restore_rate:60
});

@@ -39,3 +39,3 @@ },

api_path:'/orders/v0/orders/' + req_params.path.orderId + '/buyerInfo',
restore_rate:180
restore_rate:60
});

@@ -54,3 +54,3 @@ },

api_path:'/orders/v0/orders/' + req_params.path.orderId + '/address',
restore_rate:180
restore_rate:60
});

@@ -69,3 +69,3 @@ },

api_path:'/orders/v0/orders/' + req_params.path.orderId + '/orderItems',
restore_rate:180
restore_rate:2
});

@@ -84,3 +84,3 @@ },

api_path:'/orders/v0/orders/' + req_params.path.orderId + '/orderItems/buyerInfo',
restore_rate:180
restore_rate:2
});

@@ -99,3 +99,3 @@ },

api_path:'/orders/v0/orders/' + req_params.path.orderId + '/shipment',
restore_rate:180 // TODO: No restore_rate in official docs yet, assuming same rate as other operations of orders endpoint
restore_rate:0.2
});

@@ -102,0 +102,0 @@ },

@@ -30,3 +30,3 @@ const utils = require('../../../utils');

api_path:'/solicitations/v1/orders/' + req_params.path.amazonOrderId + '/solicitations/productReviewAndSellerFeedback',
restore_rate:60
restore_rate:1
});

@@ -33,0 +33,0 @@ }

@@ -16,3 +16,3 @@ const utils = require('../../../utils');

api_path:'/uploads/2020-11-01/uploadDestinations/' + req_params.path.resource,
restore_rate:10
restore_rate:0.1
});

@@ -19,0 +19,0 @@ }

{
"name": "amazon-sp-api",
"version": "0.8.2",
"version": "0.8.3",
"description": "Amazon Selling Partner API client",

@@ -5,0 +5,0 @@ "main": "index.js",

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