You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The Salesforce Commerce SDK Isomorphic allows easy interaction with the Salesforce B2C Commerce platform Shopper APIs through a lightweight SDK that works both on browsers and NodeJS applications. For a more robust SDK, which includes our B2C Data APIS and Shopper APIs, see <ahref="https://github.com/SalesforceCommerceCloud/commerce-sdk">our Node.js Commerce SDK</a>.</p>
71
+
<p>The Salesforce Commerce SDK (Isomorphic) allows easy interaction with the B2C Commerce platform’s Shopper APIs on the Node.js runtime and works both in browsers and Node applications. For a Node-based SDK that can access the Admin APIs in addition to the Shopper APIs, see the main <ahref="https://github.com/SalesforceCommerceCloud/commerce-sdk">Commerce SDK</a>.</p>
<p>The Salesforce Commerce API (SCAPI) does not support CORS, so a proxy must be used to be able to use the SDK. Code example on SDK usage with a proxy can be seen above.</p>
156
+
<p>The Salesforce Commerce API (SCAPI) does not support CORS, so a proxy must be used to be able to use the SDK.</p>
<p>Commerce SDK Isomorphic supports Fetch API options for <ahref="https://github.com/node-fetch/node-fetch/1#api">node-fetch</a> on server and <ahref="https://github.github.io/fetch/">whatwg-fetch</a> on browser with a simple configuration.
158
161
This sample code shows how to configure HTTP timeout and agent options.</p>
0 commit comments