@digicommerce/sf-4e9bfd
v1.2.14
Published
> SDK
Downloads
41
Keywords
Readme
@digicommerce/sf-4e9bfd
SDK
Install
npm install --save @digicommerce/sf-4e9bfd
Usage
import { createClient } from '@digicommerce/sf-4e9bfd'
const digi = createClient({
accessToken: '',
baseURL: ''
})
digi.quote
.get({
id: '',
})
.then((res) => {
const data = res.data
console.log(data)
})
License
MIT © Digicommercegroup