issues
search
SalesforceCommerceCloud
/
commerce-sdk-isomorphic
Browser & Node.js JavaScript client for B2C Commerce API
https://salesforcecommercecloud.github.io/commerce-sdk-isomorphic/
BSD 3-Clause "New" or "Revised" License
43
stars
21
forks
source link
Release Version v1.10.0
#121
Closed
tarcang
closed
1 year ago
tarcang
commented
1 year ago
v1.10.0
Enhancements
Cookies are disabled by default.
The cross-fetch dependency has been removed. Now commerce-sdk-isomorphic uses native fetch in browser and node-fetch library in node.
API Added
Shopper Baskets
New Endpoints
Endpoint Name
Description
updateAsAgentBasket
Marks a basket as an agent basket.
addPriceAdjustmentToBasket
Adds a custom manual price adjustment to the basket.
removePriceAdjustmentFromBasket
Removes a custom manual price adjustment from the basket.
updatePriceAdjustmentInBasket
Updates a custom manual price adjustment on the basket.
updateAsStorefrontBasket
Marks a basket as a storefront basket.
v1.10.0
Enhancements
API Added
Shopper Baskets
New Endpoints