@misiki/fulfillment-provider
v1.0.1
Published
This npm package provides functionality to connect with the custom backend and can be used as services.
Downloads
1
Readme
Backend Utility NPM Package
This npm package provides functionality to connect with the custom backend and can be used as services.
Installation
You can install the custom backend npm package using npm:
npm i @medecom/backend-utils
You can install the custom backend npm package using pnpm:
pnpm i @medecom/backend-utils
Usages
you can use this by importing services and then using the functions as needed
import {services} from '@medecom/backend-utils'
const data = await services.CartServices.fetchCart(
...
)
Contributions
We are in early phase of this npm package and needs contribution from the community.