commerce-sdk-isomorphic
Advanced tools
Changelog
v1.5.2
throwOnBadResponse
flag is set, the error thrown now includes the full HTTP response object.Changelog
v1.5.1
redirect_uri
when running server-sideChangelog
v1.5.0
throwOnBadResponse
. When set to true, responses other than 2xx
and 304
will throw an error.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). |
application/x-www-form-urlencoded
request bodies.
Changelog
v1.4.0
Shopper Baskets
| 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
| Endpoint Name | Description | | ------------- |-------------| | retrieveCredQualityUserInfo | Retrieve credential quality statistics for a user. |
Changelog
v1.3.0
Shopper Login
getTrustedSystemAccessToken
Changelog
v1.2.0
Shopper Customers
Changelog
v1.1.2
Content-Type
header to application/json
.Changelog
v1.1.1
shortCode
to not be properly setChangelog
v1.1.0
Shopper Baskets API
Shopper Login API