Skip to content

v1.5.0

Choose a tag to compare

@joeluong-sfcc joeluong-sfcc released this 28 Jan 16:41
· 347 commits to main since this release
f460557

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