New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amazon-sp-api

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-sp-api - npm Package Versions

234567

1.1.5

Diff
arthyficial
published 1.1.5 •

Changelog

Source

v1.1.5 (2025-01-23)

Full Changelog

Notable changes:

  • Added new endpoint version: finances (2024-06-19) with listTransactions operation
  • Added searchListingsItems operation to listingsItems (2021-08-01) endpoint
  • Added changelog
  • Added prettier formatting and reformatted all files

Commits:

Merged pull requests:

arthyficial
published 1.1.4 •

Changelog

Source

v1.1.4 (2024-11-25)

Full Changelog

Notable changes:

  • Minor bugfix for new appIntegrations endpoint not working correct due to missing import

Commits:

arthyficial
published 1.1.3 •

Changelog

Source

v1.1.3 (2024-11-18)

Full Changelog

Notable changes:

  • Added new endpoints: appIntegrations and invoices
  • Added request object to result if raw_result is set to true
  • Added types: productTypeDefinitions, apiPath
  • Extend timeout logic to refreshAccessToken

Commits:

  • updated dependencies (890aff9)
  • Updated throttling for getEligibleShippingServices and createShipment (44089d6)
  • Added new appIntergrations endpoint (c5851c1)
  • Added new Invoices API for Brazil (6bb5057)
  • Updated Readme to include information about request object being part of result when raw_result is set to true (e7bacf4)
  • Wrapped request object body parsing in try/catch for cases where body is not valid json (see https://github.com/amz-tools/amazon-sp-api/commit/9e42c318dd966dcfdae9dd7f4522d262ece2fa71#commitcomment-148204934) (e48a3b3)
  • return raw request as part of response (b956760)
  • improve ReqParams typing (710b6d4)
  • return requestObject (5ed2c5e)
  • feat(types): add typings for productTypeDefinitions (e891d9f)
  • When timeout options are specified for an API call, ensure the same timeout is also used for calls to refresh the access_token (f1448f4)
  • Added TRANSACTION_UPDATE notificationType (7ec4162)
  • support api_path types (b0448bc)
  • import type (d9c9a8f)

Merged pull requests:

  • Return raw request and improve ReqParams typing #302 (cohlar)
  • feat(types): add typings for productTypeDefinitions #301 (paulwer)
  • Apply timeout options to access_token refresh call #299 (colin-brown)
  • Added TRANSACTION_UPDATE notificationType #298 (tho-masn)
arthyficial
published 1.1.2 •

Changelog

Source

v1.1.2 (2024-10-21)

Full Changelog

Notable changes:

  • Added new operations to fulfillmentInbound endpoint: listPrepDetails and setPrepDetails
  • Modified types: added timeouts (for IReqOptions and DownloadOptions), reportDocumentId (for DownloadDocument)
  • Added request data log when debug_log is true

Commits:

  • Added request data log when debug_log is true (9e42c31)
  • Added timeouts to IReqOptions (6e711e4)
  • Changed ProcessingStatus from enum to type to make it easily exportable (fe8fbd6)
  • Added reportDocumentId optional param, its not used in .download() but when piped through from getReportDocument() its included since Amazon includes it in the response (d107d95)
  • Update feeds.ts (ceee127)
  • Update feeds.ts (775a360)
  • Add new operations (672e26a)
  • Add new endpoints (60a3388)
  • Update baseTypes.ts (55c89fc)
  • Update index.d.ts (c2d0f0c)
  • Update baseTypes.ts (a889f51)

Merged pull requests:

arthyficial
published 1.1.1 •

Changelog

Source

v1.1.1 (2024-09-09)

Full Changelog

Notable changes:

  • Added new operation to sellers endpoint: getAccount
  • Added types: downloadReport, Scope
  • Removed deprecated sellingpartnerapi::migration scope
  • Removed deprecated types for smallAndLight endpoint
  • Minor bugfix for wrong api_path in getDocument operation of dataKiosk endpoint

Commits:

  • Updated depedencies (15de6b3)
  • Added sellers.getAccount operation and added sandbox only warning (7197954)
  • Added downloadReport typings (01cf949)
  • Changed deprecated comment (f1e19d1)
  • Removed deprecated sellingpartnerapi::migration scope (ace659d)
  • Fixed comma issue (37ed42b)
  • Bugfix #285 (bc8f8c5)
  • Fixed issue #279 (c94e2f6)
  • Update reports.ts (8d758cb)
  • fix(data-kiosk): incorrect url for data kiosk documents (a1c3596)
  • fix: add scope to ReqParams (371ebb9)
  • chore: create type Scope (330342b)
  • fix: add sellingpartnerapi::client_credential:rotation scope (653cb84)
  • fix: refreshAccessToken typings (52971d5)
  • allows subscriptions for data kiosk query processing finished notification (d12cab7)

Merged pull requests:

arthyficial
published 1.1.0 •

Changelog

Source

v1.1.0 (2024-07-23)

Full Changelog

Notable changes:

  • Added new endpoints: supplySources, dataKiosk, amazonWarehousingAndDistribution, applicationManagement
  • Added new endpoint version: fulfillmentInbound (2024-03-20)
  • Added new operations oneClickShipment, getAccessPoints, submitNdrFeedback to shipping (v2) endpoint
  • Added new operation sendInvoice to messaging (v1) endpoint
  • Added new operations getEligibleShipmentServicesOld, cancelShipmentOld, getAdditionalSellerInputsOld to merchantFulfillment (v0) endpoint
  • Added new operation deliveryOffers to fulfillmentOutbound (2020-07-01) endpoint
  • Added new operation easyShip to easyShip (2022-03-23) endpoint
  • Removed deprecated endpoints: fbaSmallAndLight, authorization

Commits:

  • Updated dependencies and transformed tests to work with chai 5.x esm-only (c5fecd9)
  • Revert "1.1.0" (fdcd7de)
  • Minor fixes for verbatimModuleSyntax (c8eaf3d)
  • Removed deprecated getInboundGuidance operation (6f0fd08)
  • Removed deprecated fbaSmallAndLight endpoint (8a91c27)
  • Added supplySources endpoint (f10937e)
  • Added more operations to shipping v2 endpoint (cb01907)
  • Removed comment as restore rate is now defined in docs for getMyFeesEstimates (97aa418)
  • Added sendInvoice operation to messaging endpoint (e61ccc8)
  • Removed deprecated merchantFulfillment operations (8afdf4d)
  • Added deliveryOffers operation to fulfillmentOutbound endpoint (f8712cf)
  • Added createScheduledPackageBulk operation to easyShip endpoint (c64090d)
  • Added dataKiosk endpoint (8ff6f10)
  • Added AmazonWarehousingAndDistribution endpoint (ca4e6b5)
  • Added applicationManagement endpoint (c2182f7)
  • Removed deprecated authorization endpoint (b31a9d8)
  • Updated fulfillmentInbound tests for new endpoint (9dd0d5b)
  • Added new 2024-03-20 fulfillmentInbound endpoint (d0de38d)
  • import types excplicitly with verbatimModuleSyntax (966502f)
arthyficial
published 1.0.6 •

Changelog

Source

v1.0.6 (2024-03-12)

Full Changelog

Notable changes:

  • Added new cancel_after option for .downloadReport which allows to cancel a report creation after X retries
  • Removed deprecated getInboundGuidance operation for fulfillmentInbound endpoint
  • Added possibility to use a proxy agent
  • Added types for sellers endpoint

Commits:

  • Added new "cancel_after" option for ".downloadReport" which allows to cancel a report creation after X retries (b30b24e)
  • Removed deprecated getInboundGuidance operation (fe813e7)
  • Some changes how httpsProxyAgent option is implemented (26b428d)
  • Moved GetMarketplaceParticipationsResponse to correct type (f40b117)
  • Added types for Sellers endpoint. (6eb6603)
  • feat: added an additional option to allow the usage of a custom proxy agent (3d69c12)

Merged pull requests:

getarthy
published 1.0.5 •

Changelog

Source

v1.0.5 (2024-02-05)

Full Changelog

Notable changes:

  • Added updateCredentials function to enable updating credentials after class instantiation

Commits:

  • Added new function to updateCredentials after instantiation (452f693)
getarthy
published 1.0.4 •

Changelog

Source

v1.0.4 (2024-01-11)

Full Changelog

Notable changes:

  • Gracefully handle ECONNRESET errors

Commits:

  • Gracefully handle ECONNRESET errors (19712f3)
getarthy
published 1.0.3 •

Changelog

Source

v1.0.3 (2024-01-03)

Full Changelog

Notable changes:

  • Added fix for reports already returned as json

Commits:

  • Updated dev dependencies (ca3590a)
  • Added fix for reports already returned as json (a37e228)