π»
π»
π»
π»
Smartbills
Searchβ¦
Introduction
Core concepts
What is Smartbills?
Getting Started
Getting your API Key
Environments
Libraries
JavaScript
API
Company
Store
Product
Product Image
Product Variant
Receipt
Receipt Item
Going to production
Powered By
GitBook
JavaScript
We provide a javascript library available on the NPM website. You can more information about how to use the library on the project's website.
Installing the package
Add the package to your project with Yarn or NPM
1
yarn add @smartbills/smartbills-js
Copied!
1
npm
install
@smartbills/smartbills-js --save
Copied!
Client configuration
1
import
{
smartbills
}
from
"@smartbills/smartbills-js"
2
β
3
smartbills
.
configure
(
"{APIKey}"
,
"{APISecret}"
)
Copied!
Learn more
β
Github project
β
β
NPM Package
β
Getting Started - Previous
Libraries
Next - API
Company
Last modified
1yr ago
Copy link
Contents
Installing the package
Client configuration
Learn more