commerce-sdk-isomorphic
Advanced tools
Changelog
v3.0.0
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.
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:
v1.8.0
of the commerce-sdk-isomorphic
.v3.0.0
of the commerce-sdk-isomorphic
.loginGuestUserPrivate
to require channel_id
through clientConfig.parameters.siteId
#165Changelog
v2.0.0
Shopper Stores
Shopper Orders
New endpoint added
| Endpoint Name | Description | | ------------- |-------------| | guestOrderLookup | Lookup a guest order |
Shopper Customers
invalidateCustomerAuth
authorizeCustomer
authorizeTrustedSystem
callCustomEndpoint
to call Custom APIs - #149Changelog
v1.13.1
offset
and limit
paramters in Shopper SearchChangelog
v1.12.0
| 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. |