Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 436 Bytes

merchi_cart

Merchi's cart

Table of Contents

Installation

npm install merchi_sdk_ts

or

yarn add merchi_sdk_ts

Usage

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.