Releases: SalesforceCommerceCloud/commerce-sdk-isomorphic
v3.1.1
v3.1.0
v3.0.0
v3.0.0
⚠️ Planned API Changes ⚠️
Shopper Context
Starting July 31st 2024, all endpoints in the Shopper context API will require the siteId
parameter for new customers. This field is marked as optional for backward compatibility and will be changed to mandatory tentatively by January 2025. You can read more about the planned change here in the notes section.
Shopper Login (SLAS)
SLAS will soon require new tenants to pass channel_id
as an argument for retrieving guest access tokens. You can read more about the planned change here.
Please be aware that existing tenants are on a temporary allow list and will see no immediate disruption to service. We do ask that all users seek to adhere to the channel_id
requirement before the end of August to enhance your security posture before the holiday peak season.
In practice, we recommend:
- For customers using the SLAS helpers with a public client, it is recommended to upgrade to at least
v1.8.0
of thecommerce-sdk-isomorphic
. - For customers using the SLAS helpers with a private client, it is recommended to upgrade to
v3.0.0
of thecommerce-sdk-isomorphic
.
Enchancements
- Update SLAS helper function
loginGuestUserPrivate
to requirechannel_id
throughclientConfig.parameters.siteId
#165
v2.1.0
v2.0.0
v2.0.0
API Changes
Shopper Stores
- API Added
Shopper Orders
-
New endpoint added
Endpoint Name Description guestOrderLookup Lookup a guest order
Shopper Customers
- Removal of deprecated endpoints:
invalidateCustomerAuth
authorizeCustomer
authorizeTrustedSystem
v1.13.1
v1.13.0
v1.13.0
- Update APIs for Shopper Search
v1.12.0
v1.12.0
API Added
Shopper SEO
-
New Endpoints
Endpoint Name Description getUrlMapping Gets URL mapping information for a URL that a shopper clicked or typed in. The mapping information is based on URL rules and redirects set up in Business Manager. For more information about prerequisites and sample usage, see URL Resolution. You can customize the behavior of this endpoint by using hooks. See the hooks for getUrlMapping in the Hook List.
v1.11.0
v1.10.4
v1.10.4
Bug fixes
- Mark
expand
query parameter forgetProduct
endpoint as optional instead of required