UNPKG

@selldone/sdk-storefront

Version:

A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.

15 lines 535 B
import { StorefrontSDK } from "./StorefrontSDK"; export { StorefrontSDK }; export * from "./auth"; export * from "./product"; export * from "./article/XapiArticle"; export * from "./basket/XapiBasket"; export * from "./coupon/XapiCoupon"; export * from "./database/StorefrontDatabase"; export * from "./lottery/XapiLottery"; export * from "./offer/XapiOffer"; export * from "./product/XapiProduct"; export * from "./shop/XapiShop"; export * from "./user/XapiUser"; export * from "./vendor/XapiVendor"; //# sourceMappingURL=index.js.map