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.

32 lines (31 loc) 846 B
export * from "./shop.model"; export * from "./accounting"; export * from "./blog"; export * from "./bot"; export * from "./campaign"; export * from "./category"; export * from "./club"; export * from "./cluster"; export * from "./customer"; export * from "./design"; export * from "./domain"; export * from "./email-marketing"; export * from "./extra-pricing"; export * from "./gateway"; export * from "./importer"; export * from "./incentives"; export * from "./logistic"; export * from "./map"; export * from "./note"; export * from "./order"; export * from "./page"; export * from "./payment"; export * from "./popup"; export * from "./print"; export * from "./product"; export * from "./quota"; export * from "./shipping"; export * from "./shop-include"; export * from "./social"; export * from "./transportation"; export * from "./vendor";