Merchi's cart
npm install merchi_sdk_ts
or
yarn add merchi_sdk_ts
The sdk by default is set up to make request to the Merchi production server 'https://api.merchi.co/'.
You can set the API URI by setting process.env.MERCHI_BACKEND_URI
in your environment or window.merchiBackendUri
on the client.