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

commerce-sdk-isomorphic

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commerce-sdk-isomorphic - npm Package Versions

124

1.5.2

Diff

Changelog

Source

v1.5.2

New Features

  • If the throwOnBadResponse flag is set, the error thrown now includes the full HTTP response object.

Bug Fixes

  • An error about invalid user-agent is no longer printed to console when making requests in a browser.
monkey-jeff
published 1.5.1 •

Changelog

Source

v1.5.1

Documentation
  • Replaced links to the Commerce Cloud Developer Center with links to the new Salesforce Developer Portal.
Bug Fixes
  • SLAS Login Helper no longer requests redirect_uri when running server-side
monkey-jeff
published 1.5.0 •

Changelog

Source

v1.5.0

New Features
  • SLAS helper functions have been added.
  • New client configuration setting throwOnBadResponse. When set to true, responses other than 2xx and 304 will throw an error.
New APIs
  • Shopper Context has been added to the SDK.
API Changes

Shopper Login

  • New Endpoints

    | Endpoint Name | Description | | ------------- |-------------| | authorizePasswordlessCustomer | Logs a customer in using Core with their customer profiles loaded in ECOM. Allows the user to authenticate when their identity provider (Core) is down. | | getPasswordLessAccessToken | Evaluate the pwdless_token and issue the shopper token (JWT). |

Bug Fixes
  • Added support for application/x-www-form-urlencoded request bodies.
    • SLAS endpoints now work out of the box
monkey-jeff
published 1.4.0 •

Changelog

Source

v1.4.0

New Features
  • TypeScript type definitions are now exported! :tada:
  • Any parameter for any method can now be specified in the client configuration.
    • Parameters not used by an endpoint will now be ignored, rather than included.
  • A custom user agent is now sent with requests (node.js only)
API Changes

Shopper Baskets

  • New endpoints

| Endpoint Name | Description | | ------------- |-------------| | transferBasket | Transfer the previous shopper's basket to the current shopper by updating the basket's owner. No other values change. You must obtain the shopper authorization token via SLAS, and it must contain both the previous and current shopper IDs. | | mergeBasket | Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS, and it must contain both the previous and current shopper IDs. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions. | | updatePaymentInstrumentInBasket | Success, the response body contains the basket with the updated payment instrument. |

Shopper Login

  • New endpoints

| Endpoint Name | Description | | ------------- |-------------| | retrieveCredQualityUserInfo | Retrieve credential quality statistics for a user. |

monkey-jeff
published 1.3.0 •

Changelog

Source

v1.3.0

New APIs
  • Shopper Discovery Search has been added to the SDK.
API Changes

Shopper Login

  • New operation: getTrustedSystemAccessToken
monkey-jeff
published 1.2.0 •

Changelog

Source

v1.2.0

API Changes

Shopper Customers

  • New operations
    • registerExternalProfile
    • getExternalProfile
monkey-jeff
published 1.1.2 •

Changelog

Source

v1.1.2

  • Fixed issue causing endpoints that accept array values to not properly set Content-Type header to application/json.
monkey-jeff
published 1.1.1 •

Changelog

Source

v1.1.1

  • Fixed issue causing shortCode to not be properly set
monkey-jeff
published 1.1.0 •

Changelog

Source

v1.1.0

API Changes

Shopper Baskets API

  • Endpoint Added
    • organizations/{organizationId}/baskets/{basketId}/price-books

Shopper Login API

  • Endpoint Added
    • organizations/{organizationId}/oauth2/logout
  • customer_id and enc_user_id were added to the TokenResponse type
  • LoginRequest type was added
  • Query param uuid for /organizations/{organizationId}/oauth2/authorize was renamed to usid
monkey-jeff
published 1.0.1 •

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