npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

abobaker2000-typescript-dart

v1.0.20

Published

An API to control your shop!

Downloads

177

Readme

openapi (EXPERIMENTAL)

An API to control your shop!

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Requirements

  • Dart 2.15.0+ or Flutter 2.8.0+
  • Dio 5.0.0+ (https://pub.dev/packages/dio)

Installation & Usage

pub.dev

To use the package from pub.dev, please include the following in pubspec.yaml

dependencies:
  openapi: 1.0.0

Github

If this Dart package is published to Github, please include the following in pubspec.yaml

dependencies:
  openapi:
    git:
      url: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
      #ref: main

Local development

To use the package from your local drive, please include the following in pubspec.yaml

dependencies:
  openapi:
    path: /path/to/openapi

Getting Started

Please follow the installation procedure and then run the following:

import 'package:openapi/openapi.dart';


final api = Openapi().getAccountingApi();
final num page = 8.14; // num | Page number
final num limit = 8.14; // num | Number of results to be returned
final bool earnings = true; // bool | 
final bool discounts = true; // bool | 
final bool shippings = true; // bool | 
final bool totalSales = true; // bool | 
final bool totalCost = true; // bool | 
final bool returns = true; // bool | 
final bool refunds = true; // bool | 
final String search = search_example; // String | 
final GetAllDraftAccountingDetailsSort sort = ; // GetAllDraftAccountingDetailsSort | sort of accountingDetail

try {
    final response = await api.getAccountingDetails(page, limit, earnings, discounts, shippings, totalSales, totalCost, returns, refunds, search, sort);
    print(response);
} catch on DioError (e) {
    print("Exception when calling AccountingApi->getAccountingDetails: $e\n");
}

Documentation for API Endpoints

All URIs are relative to http://localhost

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- AccountingApi | getAccountingDetails | GET /api/analytic/accounting/details | AccountingApi | getAccountings | GET /api/analytic/accounting | AdminApi | addBlacklistName | POST /api/admin/add-blacklist-name | Add a name to blacklist AdminApi | addUserToShop | POST /api/admin/add-user-to-shop/{id} | AdminApi | buyFeature | POST /api/admin/feature/{featureId}/buy | Buy a feature AdminApi | cancelFeatureSubscription | POST /api/admin/feature/{shopFeatureId}/cancel-subscription | Cancel a feature subscription AdminApi | cancelShopSubscription | POST /api/admin/shop-unsubscribe | Cancel a shop subscription AdminApi | changePassword | POST /api/admin/token-status | AdminApi | checkShopName | POST /api/admin/check-shop-name | AdminApi | createShop | POST /api/admin/create-shop | AdminApi | currentUser | POST /api/admin/current-user | AdminApi | getSettings | GET /api/admin/get-settings | AdminApi | getShops | GET /api/admin/shops | AdminApi | getSubscription | POST /api/admin/get-subscription | AdminApi | passwordReset | POST /api/admin/reset-password/{token} | AdminApi | passwordResetEmail | POST /api/admin/reset-password-email | AdminApi | reactiveShopSubscription | POST /api/admin/shop-resubscribe | Reactive a shop subscription AdminApi | resendVerificationEmail | POST /api/admin/resend-verification-email | AdminApi | runBackend | POST /api/admin/ecmarkt-run-backend-ecmarkt | AdminApi | subscribe | POST /api/admin/subscribe | AdminApi | updateSettings | POST /api/admin/update-settings | AdminApi | verifyEmail | POST /api/admin/verify-email | AdminBlogApi | create | POST /api/admin/blog | Create a new blog AdminBlogApi | delete | DELETE /api/admin/blog/{slug} | Delete a blog by slug AdminBlogApi | findAll | GET /api/admin/blog | Get all blogs AdminBlogApi | findOne | GET /api/admin/blog/{slug} | Get a blog by slug AdminBlogApi | update | PATCH /api/admin/blog/{slug} | Update blog AdminSupportApi | create | POST /api/admin/support | AdminSupportApi | findAll | GET /api/admin/support | AdminSupportContentApi | create | POST /api/admin/support-content | Create a new support content AdminSupportContentApi | delete | DELETE /api/admin/support-content/{slug} | Delete a support content by slug AdminSupportContentApi | findAll | GET /api/admin/support-content | Get all support contents AdminSupportContentApi | findOne | GET /api/admin/support-content/{slug} | Get a support content by slug AdminSupportContentApi | findTop | GET /api/admin/support-content/top | Get top support contents AdminSupportContentApi | findTree | GET /api/admin/support-content/tree | Get support content as a tree AdminSupportContentApi | patchTree | PATCH /api/admin/support-content/tree | Update support content's tree order AdminSupportContentApi | rank | PATCH /api/admin/support-content | Update rank support content's tree order AdminSupportContentApi | searchInAll | GET /api/admin/support-content/search | Serach in all support contents AdminSupportContentApi | update | PATCH /api/admin/support-content/{slug} | Update support content AdminSupportContentFeedbackApi | create | POST /api/admin/support-content/{slug}/feedback | Create a new support content feedback AdminSupportContentFeedbackApi | findAll | GET /api/admin/support-content/{slug}/feedback | Get all support content feedback AdminTrafficApi | addVisitor | POST /api/admin/traffic/visitor | Add visitor AdminTrafficApi | findAll | GET /api/admin/traffic | Get all traffic AnalyticsApi | getAnalytics | GET /api/analytic/analytics | AnalyticsApi | getDashboard | GET /api/analytic/dashboard | AnalyticsApi | handleOrderCount | GET /api/analytic | AppointmentApi | approve | PUT /api/shop-config/appointment/{id}/approve | AppointmentApi | book | POST /api/shop-config/appointment/book | AppointmentApi | cancel | DELETE /api/shop-config/appointment/{id} | AppointmentApi | customerCancel | DELETE /api/shop-config/appointment/customer/{id} | AppointmentApi | findAllAvailableTimes | GET /api/shop-config/appointment/available | AppointmentApi | findAllFreeTimes | GET /api/shop-config/appointment | AppointmentApi | shopAppointments | GET /api/shop-config/appointment/shop-appointments | AppointmentApi | updateFreeDays | PUT /api/shop-config/appointment/days | AppointmentApi | updateFreeTimes | PUT /api/shop-config/appointment/{dayId}/times | AppointmentApi | userAppointments | GET /api/shop-config/appointment/user-appointments | AppointmentApi | userAppointmentsById | GET /api/shop-config/appointment/user-appointments-by-id/{customerId} | AppointmentConfigApi | find | GET /api/shop-config/appointment/config | AppointmentConfigApi | updateConfig | PUT /api/shop-config/appointment/config | AppointmentHolidayApi | create | POST /api/shop-config/appointment/holiday | AppointmentHolidayApi | delete | DELETE /api/shop-config/appointment/holiday/{id} | AppointmentHolidayApi | findUpcomingHolidays | GET /api/shop-config/appointment/holiday | AppointmentTopicApi | create | POST /api/shop-config/appointment/topic | AppointmentTopicApi | delete | DELETE /api/shop-config/appointment/topic/{id} | AppointmentTopicApi | findAll | GET /api/shop-config/appointment/topic | AuthApi | deleteAccount | DELETE /api/auth/delete-account | AuthApi | login | POST /api/auth/login | AuthApi | logout | POST /api/auth/logout | AuthApi | refresh | POST /api/auth/refresh-token | AuthApi | register | POST /api/auth/register | AuthApi | updateProfile | PUT /api/auth/update-profile | BrandsApi | createBrand | POST /api/product/brands | Create a brand BrandsApi | getAllBrand | GET /api/product/brands | Get all brands BrandsApi | updateDefaultBrand | PUT /api/product/brands/default | Update default brand's information CheckoutCartsApi | createCart | POST /api/checkout/customer/carts | CheckoutCartsApi | deleteItem | DELETE /api/checkout/customer/carts/variant/{variantId} | CheckoutCartsApi | getCustomerCart | GET /api/checkout/customer/carts | CheckoutCartsApi | overwriteItem | POST /api/checkout/customer/carts/overwrite-item | CheckoutCartsGuestApi | getGuestCart | POST /api/checkout/guest/carts | CheckoutCheckoutsApi | completeCheckout | PATCH /api/checkout/checkouts/complete | CheckoutCheckoutsApi | confirmOrderByPaypal | POST /api/checkout/customer/{customerId}/checkouts/{id}/complete/paypal | CheckoutCheckoutsApi | createCheckoutInformation | PATCH /api/checkout/checkouts/information | CheckoutCheckoutsApi | createCheckoutPayment | PATCH /api/checkout/checkouts/payment | CheckoutCheckoutsApi | createCheckoutShipping | PATCH /api/checkout/checkouts/shipping | CheckoutCheckoutsApi | createDiscount | POST /api/checkout/checkouts/discount | CheckoutCheckoutsApi | findAll | GET /api/checkout/customer/{customerId}/checkouts | CheckoutCheckoutsApi | findOne | GET /api/checkout/customer/{customerId}/checkouts/{id} | CheckoutCheckoutsApi | getAbandoned | GET /api/checkout/checkouts/abandoned/{id} | CheckoutCheckoutsApi | getAllAbandoned | GET /api/checkout/checkouts/abandoned | CheckoutCheckoutsApi | getCurrentCheckout | GET /api/checkout/checkouts/current | CheckoutCheckoutsApi | sendEmailToAbandoned | POST /api/checkout/checkouts/send-email-to-abandoned | CheckoutCustomerOrdersApi | findAll | GET /api/checkout/customer/orders/customer/{customerId} | CheckoutCustomerOrdersApi | findOne | GET /api/checkout/customer/orders/customer/{customerId}/{id}/type/{type} | CheckoutCustomerOrdersApi | returnProduct | POST /api/checkout/customer/orders/customer/{customerId}/{orderDetailId}/return | Return items CheckoutOrdersApi | callGet | GET /api/checkout/orders/{id} | Get order by ID CheckoutOrdersApi | changeFulfillmentStatus | POST /api/checkout/orders/{orderId}/fulfillments/{fulfillmentId}/status | Change fulfilled items status CheckoutOrdersApi | changeRefundStatus | POST /api/checkout/orders/{orderId}/refunds/{refundId}/status | Change refunded items status CheckoutOrdersApi | changeReturnStatus | POST /api/checkout/orders/{orderId}/returns/{returnId}/status | Change returned items status CheckoutOrdersApi | complateOrder | POST /api/checkout/orders/{id}/complete | Complete order CheckoutOrdersApi | createComment | POST /api/checkout/orders/{orderId}/comment | Comment on an order CheckoutOrdersApi | createFulfillmentTracking | PUT /api/checkout/orders/{orderId}/fulfillments/{fulfillmentId} | ِAdd/Update tracking number CheckoutOrdersApi | createReturnTracking | PUT /api/checkout/orders/{orderId}/returns/{returnId} | Add/Update returned items tracking number CheckoutOrdersApi | createTag | POST /api/checkout/orders/tags | Create a new tag CheckoutOrdersApi | deleteComment | DELETE /api/checkout/orders/{orderId}/comment/{id} | Delete a comment from an order CheckoutOrdersApi | fulfill | POST /api/checkout/orders/{orderId}/fulfill | Fulfill items CheckoutOrdersApi | getAll | GET /api/checkout/orders | Get all orders CheckoutOrdersApi | getAllCustomerInvoices | GET /api/checkout/orders/invoices/customer/{customerId} | Get customer's invoices CheckoutOrdersApi | getAllFleets | GET /api/checkout/orders/logistics/fleets | Get all fleets CheckoutOrdersApi | getAllInvoices | GET /api/checkout/orders/invoices | Get all invoices CheckoutOrdersApi | getAllLogistics | GET /api/checkout/orders/logistics | Get all logistics CheckoutOrdersApi | getAllTags | GET /api/checkout/orders/tags | Get all tags CheckoutOrdersApi | getByUid | POST /api/checkout/orders/link/{uid} | CheckoutOrdersApi | getCartFromLink | GET /api/checkout/orders/link/{link} | CheckoutOrdersApi | getFulfillmentStatuses | GET /api/checkout/orders/fulfillments/statuses | Get all fulfillment statuses CheckoutOrdersApi | getFulfillments | GET /api/checkout/orders/{orderId}/fulfill | Get fulfilled items CheckoutOrdersApi | getRefundStatuses | GET /api/checkout/orders/refunds/statuses | Get all refunds statuses CheckoutOrdersApi | getReturnStatuses | GET /api/checkout/orders/returns/statuses | Get all returns statuses CheckoutOrdersApi | getUnfulfilled | GET /api/checkout/orders/{orderId}/unfulfill | Get unfulfilled items CheckoutOrdersApi | markPaymentAsPaid | PATCH /api/checkout/orders/{orderId}/mark-as-paid | Mark an order as paid CheckoutOrdersApi | refund | POST /api/checkout/orders/{orderId}/refund | Refund items CheckoutOrdersApi | returnProduct | POST /api/checkout/orders/{orderId}/return | Return items CheckoutOrdersApi | sendInvoice | POST /api/checkout/orders/{orderId}/send-invoice | Send Invoice CheckoutOrdersApi | updateOrderNotes | PATCH /api/checkout/orders/{orderId}/notes | Update order's notes CheckoutOrdersApi | updateOrderTags | PATCH /api/checkout/orders/{orderId}/tag | Update order's tags CustomersApi | changeDefaultAddress | PATCH /api/customers/dashboard/{id}/address/{addressId}/default | Update customer default address CustomersApi | create | POST /api/customers/dashboard | Create a customer CustomersApi | deleteMultipleCustomers | DELETE /api/customers/dashboard | Delete multiple customers CustomersApi | findAll | GET /api/customers/dashboard | Find all customers CustomersApi | getCustomer | GET /api/customers/dashboard/{id} | Find a customer by ID CustomersApi | getCustomerNames | GET /api/customers/dashboard/get-customer-names | Find all customers name CustomersApi | update | PUT /api/customers/dashboard/{id} | Update a customer CustomersPreviewApi | changeDefaultAddress | PATCH /api/customers/preview/address/{addressId}/default | Update customer default address CustomersPreviewApi | deleteAccount | DELETE /api/customers/preview | Delete customers CustomersPreviewApi | getCustomer | GET /api/customers/preview | CustomersPreviewApi | getCustomerTest | GET /api/customers/preview/test/{id} | CustomersPreviewApi | update | PUT /api/customers/preview | Update a customer DefaultApi | create | POST /api/admin/super-admin | DefaultApi | create_0 | POST /api/admin/super-admin/language | DefaultApi | create_1 | POST /api/admin/super-admin/payment-method | DefaultApi | delete | DELETE /api/admin/super-admin/language/{id} | DefaultApi | delete_0 | DELETE /api/admin/super-admin/payment-method/{id} | DefaultApi | findAll | GET /api/admin/super-admin | DefaultApi | findAll_0 | GET /api/admin/super-admin/language | DefaultApi | findAll_1 | GET /api/admin/super-admin/payment-method | DefaultApi | makeDefault | PATCH /api/admin/super-admin/language/{id}/default | DiscountApi | callGet | GET /api/order/discounts/{id} | Get discount by ID DiscountApi | changeStatus | PATCH /api/order/discounts/{id}/status | Update a discount status DiscountApi | create | POST /api/order/discounts | Create a new discount DiscountApi | createComment | POST /api/order/discounts/{discountId}/comment | Comment on a discount DiscountApi | delete | DELETE /api/order/discounts/{id} | Delete a discount DiscountApi | getAll | GET /api/order/discounts | Get all discounts DiscountApi | update | PUT /api/order/discounts/{id} | Update a discount DraftOrdersApi | callGet | GET /api/order/draft-orders/{id} | Get a draft order by ID DraftOrdersApi | completeOrder | POST /api/order/draft-orders/{id}/complete | Complete draft order DraftOrdersApi | create | POST /api/order/draft-orders | Create a new draft order DraftOrdersApi | createComment | POST /api/order/draft-orders/{draftOrderId}/comment | Comment on a draft DraftOrdersApi | deleteComment | DELETE /api/order/draft-orders/{draftOrderId}/comment/{id} | Delete a comment from a draft order DraftOrdersApi | deleteProduct | DELETE /api/order/draft-orders/{id} | Cancel a draft order DraftOrdersApi | duplicate | POST /api/order/draft-orders/duplicate/{id} | Duplicate a draft order DraftOrdersApi | getAll | GET /api/order/draft-orders | Get All draft orders DraftOrdersApi | update | PATCH /api/order/draft-orders/{id} | Update a draft order EarningsApi | addCount | POST /api/analytic/earning/{reasonId}/add-count | EarningsApi | create | POST /api/analytic/earning | EarningsApi | delete | DELETE /api/analytic/earning/{id} | EarningsApi | findAll | GET /api/analytic/earning | EarningsApi | findOne | GET /api/analytic/earning/{id} | EarningsApi | update | PUT /api/analytic/earning/{id} | FavoriteApi | findAll | GET /api/customer/favorite | FavoriteApi | update | POST /api/customer/favorite | GlobalNotificationApi | create | POST /api/admin/super-admin/global-notification/create | Create global notification GlobalNotificationApi | delete | DELETE /api/admin/super-admin/global-notification/{id} | Delete global notification GlobalNotificationApi | find | GET /api/admin/super-admin/global-notification/{id} | Get global notification by id GlobalNotificationApi | findActive | GET /api/admin/super-admin/global-notification/active | Get active global notifications GlobalNotificationApi | findAll | GET /api/admin/super-admin/global-notification | Get all global notifications GlobalNotificationApi | update | POST /api/admin/super-admin/global-notification/update/{id} | Update global notification ImagesApi | delete | DELETE /api/aws/s3/delete | Delete a file from S3 ImagesApi | upload | POST /api/aws/s3/upload | Upload a file to S3 MembersApi | changeMember | PATCH /api/shop-config/member/{uuid}/status | change member status MembersApi | confirmMember | POST /api/shop-config/member/confirm/{uuid} | Confirm invitation MembersApi | create | POST /api/shop-config/member | Create invitation MembersApi | delete | DELETE /api/shop-config/member/{uuid} | Delete member MembersApi | findAllInvitedMembers | GET /api/shop-config/member/invitation | Get all invited Members MembersApi | findAllMembers | GET /api/shop-config/member | Get all members MembersApi | findMember | GET /api/shop-config/member/{uuid} | Get member by id MembersApi | getInvitation | GET /api/shop-config/member/invitation/{uuid} | Get invitation MembersApi | updatePermissions | PUT /api/shop-config/member/permission/{uuid} | Update permission MobileApi | getHomePage | GET /api/mobile/home-page | Get Home Page NewsletterApi | create | POST /api/shop-config/newsletter | NewsletterApi | delete | DELETE /api/shop-config/newsletter/{id} | NewsletterApi | findAll | GET /api/shop-config/newsletter | NewsletterApi | findAllEmails | GET /api/shop-config/newsletter/emails | NewsletterApi | findDefault | GET /api/shop-config/newsletter/default | NewsletterApi | findOne | GET /api/shop-config/newsletter/{id} | NewsletterApi | makeDefault | PUT /api/shop-config/newsletter/{id}/default | NewsletterApi | subscribe | POST /api/shop-config/newsletter/subscribe | PaymentsApi | cancelProviders | POST /api/provider/payments/cancel | PaymentsApi | changeProviderStatus | POST /api/provider/payments/change-provider-status | PaymentsApi | connectPayPal | POST /api/provider/payments/paypal/connect-account | PaymentsApi | connectPaypalAccount | POST /api/provider/payments/paypal/connect | PaymentsApi | connectStripeAccount | POST /api/provider/payments/stripe/connect-account | PaymentsApi | createCustomProvider | POST /api/provider/payments/custom/create-provider | PaymentsApi | createRefund | POST /api/provider/payments/create-stripe-refund | PaymentsApi | createStripeAccount | POST /api/provider/payments/stripe/create-account | PaymentsApi | createStripePaymentIntentMessage | POST /api/provider/payments/create_stripe_payment_intent | PaymentsApi | getAccountStatus | POST /api/provider/payments/stripe/create-payment-intent | PaymentsApi | getAllProviders | GET /api/provider/payments/get-all-providers | PaymentsApi | getProvider | POST /api/provider/payments/get-provider | PaymentsApi | getProviders | GET /api/provider | PaymentsApi | updateCustomProvider | POST /api/provider/payments/custom/update-provider/{id} | ProductMenuItemApi | create | POST /api/product/menu-item | Create a new menuItem ProductMenuItemApi | delete | DELETE /api/product/menu-item/{id} | Delete a menuItem by id ProductMenuItemApi | findAll | GET /api/product/menu-item | Get all menuItems ProductMenuItemApi | findOne | GET /api/product/menu-item/{id} | Get menuItem ProductMenuItemApi | update | PATCH /api/product/menu-item/{id} | Update menu-item ProductsApi | addImages | PATCH /api/product/products/{productId}/images | ProductsApi | createProduct | POST /api/product/products | ProductsApi | deleteProduct | DELETE /api/product/products/{id} | ProductsApi | findAllBasic | GET /api/product/products/basic | ProductsApi | getPreviewProduct | GET /api/product/products/preview/{pageTitle} | ProductsApi | getPreviewProducts | GET /api/product/products/preview | ProductsApi | getProduct | GET /api/product/products/{id} | ProductsApi | getProductVariant | GET /api/product/products/variant/{id} | ProductsApi | getProducts | GET /api/product/products | ProductsApi | getRate | GET /api/product/products/rate | ProductsApi | getRecommendedProducts | GET /api/product/products/{pageTitle}/recommendations | ProductsApi | getSeoTitles | GET /api/product/products/seo | ProductsApi | rate | POST /api/product/products/rate | ProductsApi | search | GET /api/product/products/search | ProductsApi | updateBasicProduct | PUT /api/product/products/update-basic/{id} | ProductsApi | updateOrganization | PATCH /api/product/products/{productId}/organization | ProductsApi | updateProduct | PUT /api/product/products/{id} | ProductsApi | updateProductVariant | PUT /api/product/products/variant/{id} | ProductsApi | updateSeo | PATCH /api/product/products/{productId}/seo | ProductsApi | updateTranslation | PATCH /api/product/products/{productId}/translation | ProductsApi | updateVariant | PATCH /api/product/products/{productId}/variant | ProductsCategoriesApi | callGet | GET /api/product/category/{id} | Get category by ID ProductsCategoriesApi | create | POST /api/product/category | Create a category ProductsCategoriesApi | delete | DELETE /api/product/category/{id} | Delete a category ProductsCategoriesApi | getAll | GET /api/product/category | Get all categories ProductsCategoriesApi | getAllCategoryTree | GET /api/product/category/tree | Return a list of Category Tree ProductsCategoriesApi | getSeoCategories | GET /api/product/category/seo | Get all categories names ProductsCategoriesApi | patchCategoryTree | PATCH /api/product/category/tree | Reorder categories ProductsCategoriesApi | update | PUT /api/product/category/{id} | Update a categories ProductsTagsApi | createTag | POST /api/product/tags | Create tag ProductsTagsApi | deleteTags | DELETE /api/product/tags/{id} | Delete tags ProductsTagsApi | getAllTags | GET /api/product/tags | Get all tags ProductsVariantsApi | createInventoryHistory | POST /api/product/variant/inventory/history | ProductsVariantsApi | deleteVariant | DELETE /api/product/variant/{id} | ProductsVariantsApi | getAlLVariantsInInventoryHistory | GET /api/product/variant/inventory/history | Get All Variants Histories ProductsVariantsApi | getAllVariants | GET /api/product/variant/inventory | Get All Variants In Inventory ProductsVariantsApi | getVariantsByIds | GET /api/product/variant | ShippingApi | callGet | GET /api/shipping/{id} | Get shipping by id ShippingApi | create | POST /api/shipping | Create shipping ShippingApi | delete | DELETE /api/shipping/{id} | Delete shipping ShippingApi | getAll | GET /api/shipping | Get all shippings ShippingApi | getAllData | GET /api/shipping/data | Get all shippings data ShippingApi | update | PUT /api/shipping/{id} | Update shipping ShopAuthApi | bookAppointment | POST /api/shop-auth/guest/book | ShopAuthApi | checkoutInformation | POST /api/shop-auth/guest/checkout/information | ShopAuthApi | currentUser | GET /api/shop-auth/current-user | ShopAuthApi | login | POST /api/shop-auth/login | ShopAuthApi | logout | POST /api/shop-auth/logout | ShopAuthApi | passwordReset | POST /api/shop-auth/reset-password/{token} | ShopAuthApi | passwordResetEmail | POST /api/shop-auth/reset-password-email | Send password reset email ShopAuthApi | refresh | POST /api/shop-auth/refresh-token | ShopAuthApi | resendVerificationEmail | POST /api/shop-auth/resend-verification-email | ShopAuthApi | signup | POST /api/shop-auth/signup | ShopAuthApi | verifyEmail | POST /api/shop-auth/verify-email | ShopConfigApi | addDomain | POST /api/shop-config/add-domain | ShopConfigApi | addGscKey | POST /api/shop-config/add-gsc-key | ShopConfigApi | changeDefaultLocation | PATCH /api/shop-config/location/change-default/{id} | Change default location ShopConfigApi | changeLocationStatus | POST /api/shop-config/location/status/{id} | Change location status ShopConfigApi | checkShopUser | POST /api/shop-config/get/shop-user | ShopConfigApi | createLocation | POST /api/shop-config/location/create | Create location ShopConfigApi | domains | GET /api/shop-config/domains | Get domains ShopConfigApi | getConfig | GET /api/shop-config/getConfig | Get shop config ShopConfigApi | getEditorThemeConfig | GET /api/shop-config/get-editor-theme | ShopConfigApi | getGsc | GET /api/shop-config/gsc | Get Google Search Console ShopConfigApi | getModules | GET /api/shop-config/modules | Get shop modules ShopConfigApi | getShopConfig | POST /api/shop-config/get/shop-config | Get shop config ShopConfigApi | getShopSeo | GET /api/shop-config/shop-seo | Get shop seo ShopConfigApi | getThemeConfig | GET /api/shop-config/get-theme | ShopConfigApi | taxes | POST /api/shop-config/taxes | Update tax ShopConfigApi | updateAddress | PATCH /api/shop-config/address/update | Update address ShopConfigApi | updateContactInformation | PATCH /api/shop-config/contact-information/update | Update contact information ShopConfigApi | updateCurrencies | POST /api/shop-config/currencies | Update currencies ShopConfigApi | updateFormat | PATCH /api/shop-config/format/update | Update format ShopConfigApi | updateGeneralInformation | PATCH /api/shop-config/general-information/update | Update general information ShopConfigApi | updateLanguages | POST /api/shop-config/languages | Update Languages ShopConfigApi | updateLocation | PATCH /api/shop-config/location/update/{id} | Update location ShopTemplateApi | activateShop | POST /api/template/shop/activate/{id} | Activate shop template ShopTemplateApi | changeShopTemplatePageStatus | POST /api/template/shop/page/status/{id} | Change shop template page status ShopTemplateApi | createAppBar | POST /api/template/shop/{id}/app-bar | Create app bar ShopTemplateApi | createEmptyTemplate | POST /api/template/shop/empty | Create template ShopTemplateApi | createMenu | POST /api/template/shop/menu | Create menu ShopTemplateApi | createShopTemplatePage | POST /api/template/shop/page/{id} | Create shop template page ShopTemplateApi | createTemplate | POST /api/template/shop | Create template ShopTemplateApi | deleteMenu | DELETE /api/template/shop/menu/{id} | Delete menu ShopTemplateApi | deleteShopTemplatePage | DELETE /api/template/shop/page/{id} | Delete shop template page ShopTemplateApi | deleteTemplate | DELETE /api/template/shop/{id} | Delete template by id ShopTemplateApi | getActiveTemplate | GET /api/template/shop/active-template | Get active template ShopTemplateApi | getAppBar | GET /api/template/shop/{id}/app-bar | Get app bar ShopTemplateApi | getMenu | GET /api/template/shop/menu/{id} | Get menu ShopTemplateApi | getMenus | GET /api/template/shop/menu | Get menus ShopTemplateApi | getPageSeoFromPath | GET /api/template/shop/page/seo/{path} | Get page seo from path ShopTemplateApi | getTemplate | GET /api/template/shop/{id} | Get template by id ShopTemplateApi | getTemplates | GET /api/template/shop | Get templates ShopTemplateApi | importShopTemplate | POST /api/template/shop/import/{id} | Import shop template ShopTemplateApi | makeTemplateDefault | PUT /api/template/shop/{id}/default | Make template default ShopTemplateApi | templateCheckoutSession | GET /api/template/shop/checkout-session/{id} | Create checkout session ShopTemplateApi | updateMenu | PUT /api/template/shop/menu/{id} | Update menu ShopTemplateApi | updateShopTemplatePage | PUT /api/template/shop/{templateId}/page/{pageId} | Update shop template page SuperAdminFeaturesApi | create | POST /api/admin/super-admin/feature | SuperAdminFeaturesApi | findAll | GET /api/admin/super-admin/feature | SuperAdminNewsletterApi | create | POST /api/admin/super-admin/newsletter | SuperAdminNewsletterApi | delete | DELETE /api/admin/super-admin/newsletter/{id} | SuperAdminNewsletterApi | findAll | GET /api/admin/super-admin/newsletter | SuperAdminNewsletterApi | findAllEmails | GET /api/admin/super-admin/newsletter/emails | SuperAdminNewsletterApi | findDefault | GET /api/admin/super-admin/newsletter/default | SuperAdminNewsletterApi | findOne | GET /api/admin/super-admin/newsletter/{id} | SuperAdminNewsletterApi | makeDefault | PUT /api/admin/super-admin/newsletter/{id}/default | SuperAdminNewsletterApi | subscribe | POST /api/admin/super-admin/newsletter/subscribe | SuperAdminProductApi | changeFeatureStatus | PATCH /api/admin/super-admin/product/{id}/status | SuperAdminProductApi | create | POST /api/admin/super-admin/product | Create product SuperAdminProductApi | findAll | GET /api/admin/super-admin/product | Get all products SuperAdminProductApi | findAllByUserId | GET /api/admin/super-admin/product/registered-user | SuperAdminProductApi | findAllLiveDefault | GET /api/admin/super-admin/product/live/default | Get all products SuperAdminProductApi | findAvailableApps | GET /api/admin/super-admin/product/available-apps | Find user's Apps SuperAdminProductApi | findUserAppById | GET /api/admin/super-admin/product/user-apps/{id} | Find user feature by id SuperAdminProductApi | findUserApps | GET /api/admin/super-admin/product/user-apps | Find user's Apps SuperAdminProductApi | findUserProduct | GET /api/admin/super-admin/product/user-product | Find user's product SuperAdminProductApi | makeDemoDefault | PUT /api/admin/super-admin/product/{id}/demo/default | Make demo product default SuperAdminProductApi | makeLiveDefault | PUT /api/admin/super-admin/product/live/default | Make three live product default SuperAdminProductPermissionsApi | findAll | GET /api/admin/super-admin/product/{id}/permissions | SuperAdminProductPermissionsApi | update | PUT /api/admin/super-admin/product/{id}/permissions | SuperAdminProductTypesApi | create | POST /api/admin/super-admin/product-type | SuperAdminProductTypesApi | findAll | GET /api/admin/super-admin/product-type | SuperAdminShopApi | create | POST /api/admin/super-admin/shop | SuperAdminShopApi | delete | DELETE /api/admin/super-admin/shop/{id} | SuperAdminShopApi | findAll | GET /api/admin/super-admin/shop | SuperAdminShopApi | findOne | GET /api/admin/super-admin/shop/{id} | SuperAdminShopApi | update | PUT /api/admin/super-admin/shop/{id} | SuperAdminShopPermissionsApi | findAll | GET /api/admin/super-admin/shop/{id}/permissions | SuperAdminShopPermissionsApi | update | PUT /api/admin/super-admin/shop/{id}/permissions | SuperAdminUserApi | createUser | POST /api/admin/super-admin/user | SuperAdminUserApi | deleteUser | DELETE /api/admin/super-admin/user/{id} | SuperAdminUserApi | findAllUsers | GET /api/admin/super-admin/user | SuperAdminUserApi | findOneUser | GET /api/admin/super-admin/user/{id} | SuperAdminUserApi | updateUser | PUT /api/admin/super-admin/user/{id} | SupportApi | createResponse | POST /api/shop/support/response/{id} | SupportApi | createSupport | POST /api/shop/support | SupportApi | getAllSupports | GET /api/shop/support | SupportApi | getSupport | GET /api/shop/support/{slug} | TemplateApi | createAppBar | POST /api/template/public/{id}/app-bar | Create app bar TemplateApi | createMenu | POST /api/template/public/menu | Create menu TemplateApi | createTemplate | POST /api/template/public | Create template TemplateApi | deleteMenu | DELETE /api/template/public/menu/{id} | Delete menu TemplateApi | deleteTemplate | DELETE /api/template/public/{id} | Delete template by id TemplateApi | getAppBar | GET /api/template/public/{id}/app-bar | Get app bar TemplateApi | getMenu | GET /api/template/public/menu/{id} | Get menu TemplateApi | getMenus | GET /api/template/public/menu | Get menus TemplateApi | getTemplate | GET /api/template/public/{id} | Get template by id TemplateApi | getTemplates | GET /api/template/public | Get templates TemplateApi | makeTemplateDefault | PUT /api/template/public/{id}/default | Make template default TemplateApi | templateCheckoutSession | GET /api/template/public/checkout-session/{id} | Create checkout session TemplateApi | updateMenu | PUT /api/template/public/menu/{id} | Update menu

Documentation For Models