1.0.20 • Published 7 days ago

abobaker2000-typescript-dart v1.0.20

Weekly downloads
-
License
ISC
Repository
-
Last release
7 days ago

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

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

ClassMethodHTTP requestDescription
AccountingApigetAccountingDetailsGET /api/analytic/accounting/details
AccountingApigetAccountingsGET /api/analytic/accounting
AdminApiaddBlacklistNamePOST /api/admin/add-blacklist-nameAdd a name to blacklist
AdminApiaddUserToShopPOST /api/admin/add-user-to-shop/{id}
AdminApibuyFeaturePOST /api/admin/feature/{featureId}/buyBuy a feature
AdminApicancelFeatureSubscriptionPOST /api/admin/feature/{shopFeatureId}/cancel-subscriptionCancel a feature subscription
AdminApicancelShopSubscriptionPOST /api/admin/shop-unsubscribeCancel a shop subscription
AdminApichangePasswordPOST /api/admin/token-status
AdminApicheckShopNamePOST /api/admin/check-shop-name
AdminApicreateShopPOST /api/admin/create-shop
AdminApicurrentUserPOST /api/admin/current-user
AdminApigetSettingsGET /api/admin/get-settings
AdminApigetShopsGET /api/admin/shops
AdminApigetSubscriptionPOST /api/admin/get-subscription
AdminApipasswordResetPOST /api/admin/reset-password/{token}
AdminApipasswordResetEmailPOST /api/admin/reset-password-email
AdminApireactiveShopSubscriptionPOST /api/admin/shop-resubscribeReactive a shop subscription
AdminApiresendVerificationEmailPOST /api/admin/resend-verification-email
AdminApirunBackendPOST /api/admin/ecmarkt-run-backend-ecmarkt
AdminApisubscribePOST /api/admin/subscribe
AdminApiupdateSettingsPOST /api/admin/update-settings
AdminApiverifyEmailPOST /api/admin/verify-email
AdminBlogApicreatePOST /api/admin/blogCreate a new blog
AdminBlogApideleteDELETE /api/admin/blog/{slug}Delete a blog by slug
AdminBlogApifindAllGET /api/admin/blogGet all blogs
AdminBlogApifindOneGET /api/admin/blog/{slug}Get a blog by slug
AdminBlogApiupdatePATCH /api/admin/blog/{slug}Update blog
AdminSupportApicreatePOST /api/admin/support
AdminSupportApifindAllGET /api/admin/support
AdminSupportContentApicreatePOST /api/admin/support-contentCreate a new support content
AdminSupportContentApideleteDELETE /api/admin/support-content/{slug}Delete a support content by slug
AdminSupportContentApifindAllGET /api/admin/support-contentGet all support contents
AdminSupportContentApifindOneGET /api/admin/support-content/{slug}Get a support content by slug
AdminSupportContentApifindTopGET /api/admin/support-content/topGet top support contents
AdminSupportContentApifindTreeGET /api/admin/support-content/treeGet support content as a tree
AdminSupportContentApipatchTreePATCH /api/admin/support-content/treeUpdate support content's tree order
AdminSupportContentApirankPATCH /api/admin/support-contentUpdate rank support content's tree order
AdminSupportContentApisearchInAllGET /api/admin/support-content/searchSerach in all support contents
AdminSupportContentApiupdatePATCH /api/admin/support-content/{slug}Update support content
AdminSupportContentFeedbackApicreatePOST /api/admin/support-content/{slug}/feedbackCreate a new support content feedback
AdminSupportContentFeedbackApifindAllGET /api/admin/support-content/{slug}/feedbackGet all support content feedback
AdminTrafficApiaddVisitorPOST /api/admin/traffic/visitorAdd visitor
AdminTrafficApifindAllGET /api/admin/trafficGet all traffic
AnalyticsApigetAnalyticsGET /api/analytic/analytics
AnalyticsApigetDashboardGET /api/analytic/dashboard
AnalyticsApihandleOrderCountGET /api/analytic
AppointmentApiapprovePUT /api/shop-config/appointment/{id}/approve
AppointmentApibookPOST /api/shop-config/appointment/book
AppointmentApicancelDELETE /api/shop-config/appointment/{id}
AppointmentApicustomerCancelDELETE /api/shop-config/appointment/customer/{id}
AppointmentApifindAllAvailableTimesGET /api/shop-config/appointment/available
AppointmentApifindAllFreeTimesGET /api/shop-config/appointment
AppointmentApishopAppointmentsGET /api/shop-config/appointment/shop-appointments
AppointmentApiupdateFreeDaysPUT /api/shop-config/appointment/days
AppointmentApiupdateFreeTimesPUT /api/shop-config/appointment/{dayId}/times
AppointmentApiuserAppointmentsGET /api/shop-config/appointment/user-appointments
AppointmentApiuserAppointmentsByIdGET /api/shop-config/appointment/user-appointments-by-id/{customerId}
AppointmentConfigApifindGET /api/shop-config/appointment/config
AppointmentConfigApiupdateConfigPUT /api/shop-config/appointment/config
AppointmentHolidayApicreatePOST /api/shop-config/appointment/holiday
AppointmentHolidayApideleteDELETE /api/shop-config/appointment/holiday/{id}
AppointmentHolidayApifindUpcomingHolidaysGET /api/shop-config/appointment/holiday
AppointmentTopicApicreatePOST /api/shop-config/appointment/topic
AppointmentTopicApideleteDELETE /api/shop-config/appointment/topic/{id}
AppointmentTopicApifindAllGET /api/shop-config/appointment/topic
AuthApideleteAccountDELETE /api/auth/delete-account
AuthApiloginPOST /api/auth/login
AuthApilogoutPOST /api/auth/logout
AuthApirefreshPOST /api/auth/refresh-token
AuthApiregisterPOST /api/auth/register
AuthApiupdateProfilePUT /api/auth/update-profile
BrandsApicreateBrandPOST /api/product/brandsCreate a brand
BrandsApigetAllBrandGET /api/product/brandsGet all brands
BrandsApiupdateDefaultBrandPUT /api/product/brands/defaultUpdate default brand's information
CheckoutCartsApicreateCartPOST /api/checkout/customer/carts
CheckoutCartsApideleteItemDELETE /api/checkout/customer/carts/variant/{variantId}
CheckoutCartsApigetCustomerCartGET /api/checkout/customer/carts
CheckoutCartsApioverwriteItemPOST /api/checkout/customer/carts/overwrite-item
CheckoutCartsGuestApigetGuestCartPOST /api/checkout/guest/carts
CheckoutCheckoutsApicompleteCheckoutPATCH /api/checkout/checkouts/complete
CheckoutCheckoutsApiconfirmOrderByPaypalPOST /api/checkout/customer/{customerId}/checkouts/{id}/complete/paypal
CheckoutCheckoutsApicreateCheckoutInformationPATCH /api/checkout/checkouts/information
CheckoutCheckoutsApicreateCheckoutPaymentPATCH /api/checkout/checkouts/payment
CheckoutCheckoutsApicreateCheckoutShippingPATCH /api/checkout/checkouts/shipping
CheckoutCheckoutsApicreateDiscountPOST /api/checkout/checkouts/discount
CheckoutCheckoutsApifindAllGET /api/checkout/customer/{customerId}/checkouts
CheckoutCheckoutsApifindOneGET /api/checkout/customer/{customerId}/checkouts/{id}
CheckoutCheckoutsApigetAbandonedGET /api/checkout/checkouts/abandoned/{id}
CheckoutCheckoutsApigetAllAbandonedGET /api/checkout/checkouts/abandoned
CheckoutCheckoutsApigetCurrentCheckoutGET /api/checkout/checkouts/current
CheckoutCheckoutsApisendEmailToAbandonedPOST /api/checkout/checkouts/send-email-to-abandoned
CheckoutCustomerOrdersApifindAllGET /api/checkout/customer/orders/customer/{customerId}
CheckoutCustomerOrdersApifindOneGET /api/checkout/customer/orders/customer/{customerId}/{id}/type/{type}
CheckoutCustomerOrdersApireturnProductPOST /api/checkout/customer/orders/customer/{customerId}/{orderDetailId}/returnReturn items
CheckoutOrdersApicallGetGET /api/checkout/orders/{id}Get order by ID
CheckoutOrdersApichangeFulfillmentStatusPOST /api/checkout/orders/{orderId}/fulfillments/{fulfillmentId}/statusChange fulfilled items status
CheckoutOrdersApichangeRefundStatusPOST /api/checkout/orders/{orderId}/refunds/{refundId}/statusChange refunded items status
CheckoutOrdersApichangeReturnStatusPOST /api/checkout/orders/{orderId}/returns/{returnId}/statusChange returned items status
CheckoutOrdersApicomplateOrderPOST /api/checkout/orders/{id}/completeComplete order
CheckoutOrdersApicreateCommentPOST /api/checkout/orders/{orderId}/commentComment on an order
CheckoutOrdersApicreateFulfillmentTrackingPUT /api/checkout/orders/{orderId}/fulfillments/{fulfillmentId}ِAdd/Update tracking number
CheckoutOrdersApicreateReturnTrackingPUT /api/checkout/orders/{orderId}/returns/{returnId}Add/Update returned items tracking number
CheckoutOrdersApicreateTagPOST /api/checkout/orders/tagsCreate a new tag
CheckoutOrdersApideleteCommentDELETE /api/checkout/orders/{orderId}/comment/{id}Delete a comment from an order
CheckoutOrdersApifulfillPOST /api/checkout/orders/{orderId}/fulfillFulfill items
CheckoutOrdersApigetAllGET /api/checkout/ordersGet all orders
CheckoutOrdersApigetAllCustomerInvoicesGET /api/checkout/orders/invoices/customer/{customerId}Get customer's invoices
CheckoutOrdersApigetAllFleetsGET /api/checkout/orders/logistics/fleetsGet all fleets
CheckoutOrdersApigetAllInvoicesGET /api/checkout/orders/invoicesGet all invoices
CheckoutOrdersApigetAllLogisticsGET /api/checkout/orders/logisticsGet all logistics
CheckoutOrdersApigetAllTagsGET /api/checkout/orders/tagsGet all tags
CheckoutOrdersApigetByUidPOST /api/checkout/orders/link/{uid}
CheckoutOrdersApigetCartFromLinkGET /api/checkout/orders/link/{link}
CheckoutOrdersApigetFulfillmentStatusesGET /api/checkout/orders/fulfillments/statusesGet all fulfillment statuses
CheckoutOrdersApigetFulfillmentsGET /api/checkout/orders/{orderId}/fulfillGet fulfilled items
CheckoutOrdersApigetRefundStatusesGET /api/checkout/orders/refunds/statusesGet all refunds statuses
CheckoutOrdersApigetReturnStatusesGET /api/checkout/orders/returns/statusesGet all returns statuses
CheckoutOrdersApigetUnfulfilledGET /api/checkout/orders/{orderId}/unfulfillGet unfulfilled items
CheckoutOrdersApimarkPaymentAsPaidPATCH /api/checkout/orders/{orderId}/mark-as-paidMark an order as paid
CheckoutOrdersApirefundPOST /api/checkout/orders/{orderId}/refundRefund items
CheckoutOrdersApireturnProductPOST /api/checkout/orders/{orderId}/returnReturn items
CheckoutOrdersApisendInvoicePOST /api/checkout/orders/{orderId}/send-invoiceSend Invoice
CheckoutOrdersApiupdateOrderNotesPATCH /api/checkout/orders/{orderId}/notesUpdate order's notes
CheckoutOrdersApiupdateOrderTagsPATCH /api/checkout/orders/{orderId}/tagUpdate order's tags
CustomersApichangeDefaultAddressPATCH /api/customers/dashboard/{id}/address/{addressId}/defaultUpdate customer default address
CustomersApicreatePOST /api/customers/dashboardCreate a customer
CustomersApideleteMultipleCustomersDELETE /api/customers/dashboardDelete multiple customers
CustomersApifindAllGET /api/customers/dashboardFind all customers
CustomersApigetCustomerGET /api/customers/dashboard/{id}Find a customer by ID
CustomersApigetCustomerNamesGET /api/customers/dashboard/get-customer-namesFind all customers name
CustomersApiupdatePUT /api/customers/dashboard/{id}Update a customer
CustomersPreviewApichangeDefaultAddressPATCH /api/customers/preview/address/{addressId}/defaultUpdate customer default address
CustomersPreviewApideleteAccountDELETE /api/customers/previewDelete customers
CustomersPreviewApigetCustomerGET /api/customers/preview
CustomersPreviewApigetCustomerTestGET /api/customers/preview/test/{id}
CustomersPreviewApiupdatePUT /api/customers/previewUpdate a customer
DefaultApicreatePOST /api/admin/super-admin
DefaultApicreate_0POST /api/admin/super-admin/language
DefaultApicreate_1POST /api/admin/super-admin/payment-method
DefaultApideleteDELETE /api/admin/super-admin/language/{id}
DefaultApidelete_0DELETE /api/admin/super-admin/payment-method/{id}
DefaultApifindAllGET /api/admin/super-admin
DefaultApifindAll_0GET /api/admin/super-admin/language
DefaultApifindAll_1GET /api/admin/super-admin/payment-method
DefaultApimakeDefaultPATCH /api/admin/super-admin/language/{id}/default
DiscountApicallGetGET /api/order/discounts/{id}Get discount by ID
DiscountApichangeStatusPATCH /api/order/discounts/{id}/statusUpdate a discount status
DiscountApicreatePOST /api/order/discountsCreate a new discount
DiscountApicreateCommentPOST /api/order/discounts/{discountId}/commentComment on a discount
DiscountApideleteDELETE /api/order/discounts/{id}Delete a discount
DiscountApigetAllGET /api/order/discountsGet all discounts
DiscountApiupdatePUT /api/order/discounts/{id}Update a discount
DraftOrdersApicallGetGET /api/order/draft-orders/{id}Get a draft order by ID
DraftOrdersApicompleteOrderPOST /api/order/draft-orders/{id}/completeComplete draft order
DraftOrdersApicreatePOST /api/order/draft-ordersCreate a new draft order
DraftOrdersApicreateCommentPOST /api/order/draft-orders/{draftOrderId}/commentComment on a draft
DraftOrdersApideleteCommentDELETE /api/order/draft-orders/{draftOrderId}/comment/{id}Delete a comment from a draft order
DraftOrdersApideleteProductDELETE /api/order/draft-orders/{id}Cancel a draft order
DraftOrdersApiduplicatePOST /api/order/draft-orders/duplicate/{id}Duplicate a draft order
DraftOrdersApigetAllGET /api/order/draft-ordersGet All draft orders
DraftOrdersApiupdatePATCH /api/order/draft-orders/{id}Update a draft order
EarningsApiaddCountPOST /api/analytic/earning/{reasonId}/add-count
EarningsApicreatePOST /api/analytic/earning
EarningsApideleteDELETE /api/analytic/earning/{id}
EarningsApifindAllGET /api/analytic/earning
EarningsApifindOneGET /api/analytic/earning/{id}
EarningsApiupdatePUT /api/analytic/earning/{id}
FavoriteApifindAllGET /api/customer/favorite
FavoriteApiupdatePOST /api/customer/favorite
GlobalNotificationApicreatePOST /api/admin/super-admin/global-notification/createCreate global notification
GlobalNotificationApideleteDELETE /api/admin/super-admin/global-notification/{id}Delete global notification
GlobalNotificationApifindGET /api/admin/super-admin/global-notification/{id}Get global notification by id
GlobalNotificationApifindActiveGET /api/admin/super-admin/global-notification/activeGet active global notifications
GlobalNotificationApifindAllGET /api/admin/super-admin/global-notificationGet all global notifications
GlobalNotificationApiupdatePOST /api/admin/super-admin/global-notification/update/{id}Update global notification
ImagesApideleteDELETE /api/aws/s3/deleteDelete a file from S3
ImagesApiuploadPOST /api/aws/s3/uploadUpload a file to S3
MembersApichangeMemberPATCH /api/shop-config/member/{uuid}/statuschange member status
MembersApiconfirmMemberPOST /api/shop-config/member/confirm/{uuid}Confirm invitation
MembersApicreatePOST /api/shop-config/memberCreate invitation
MembersApideleteDELETE /api/shop-config/member/{uuid}Delete member
MembersApifindAllInvitedMembersGET /api/shop-config/member/invitationGet all invited Members
MembersApifindAllMembersGET /api/shop-config/memberGet all members
MembersApifindMemberGET /api/shop-config/member/{uuid}Get member by id
MembersApigetInvitationGET /api/shop-config/member/invitation/{uuid}Get invitation
MembersApiupdatePermissionsPUT /api/shop-config/member/permission/{uuid}Update permission
MobileApigetHomePageGET /api/mobile/home-pageGet Home Page
NewsletterApicreatePOST /api/shop-config/newsletter
NewsletterApideleteDELETE /api/shop-config/newsletter/{id}
NewsletterApifindAllGET /api/shop-config/newsletter
NewsletterApifindAllEmailsGET /api/shop-config/newsletter/emails
NewsletterApifindDefaultGET /api/shop-config/newsletter/default
NewsletterApifindOneGET /api/shop-config/newsletter/{id}
NewsletterApimakeDefaultPUT /api/shop-config/newsletter/{id}/default
NewsletterApisubscribePOST /api/shop-config/newsletter/subscribe
PaymentsApicancelProvidersPOST /api/provider/payments/cancel
PaymentsApichangeProviderStatusPOST /api/provider/payments/change-provider-status
PaymentsApiconnectPayPalPOST /api/provider/payments/paypal/connect-account
PaymentsApiconnectPaypalAccountPOST /api/provider/payments/paypal/connect
PaymentsApiconnectStripeAccountPOST /api/provider/payments/stripe/connect-account
PaymentsApicreateCustomProviderPOST /api/provider/payments/custom/create-provider
PaymentsApicreateRefundPOST /api/provider/payments/create-stripe-refund
PaymentsApicreateStripeAccountPOST /api/provider/payments/stripe/create-account
PaymentsApicreateStripePaymentIntentMessagePOST /api/provider/payments/create_stripe_payment_intent
PaymentsApigetAccountStatusPOST /api/provider/payments/stripe/create-payment-intent
PaymentsApigetAllProvidersGET /api/provider/payments/get-all-providers
PaymentsApigetProviderPOST /api/provider/payments/get-provider
PaymentsApigetProvidersGET /api/provider
PaymentsApiupdateCustomProviderPOST /api/provider/payments/custom/update-provider/{id}
ProductMenuItemApicreatePOST /api/product/menu-itemCreate a new menuItem
ProductMenuItemApideleteDELETE /api/product/menu-item/{id}Delete a menuItem by id
ProductMenuItemApifindAllGET /api/product/menu-itemGet all menuItems
ProductMenuItemApifindOneGET /api/product/menu-item/{id}Get menuItem
ProductMenuItemApiupdatePATCH /api/product/menu-item/{id}Update menu-item
ProductsApiaddImagesPATCH /api/product/products/{productId}/images
ProductsApicreateProductPOST /api/product/products
ProductsApideleteProductDELETE /api/product/products/{id}
ProductsApifindAllBasicGET /api/product/products/basic
ProductsApigetPreviewProductGET /api/product/products/preview/{pageTitle}
ProductsApigetPreviewProductsGET /api/product/products/preview
ProductsApigetProductGET /api/product/products/{id}
ProductsApigetProductVariantGET /api/product/products/variant/{id}
ProductsApigetProductsGET /api/product/products
ProductsApigetRateGET /api/product/products/rate
ProductsApigetRecommendedProductsGET /api/product/products/{pageTitle}/recommendations
ProductsApigetSeoTitlesGET /api/product/products/seo
ProductsApiratePOST /api/product/products/rate
ProductsApisearchGET /api/product/products/search
ProductsApiupdateBasicProductPUT /api/product/products/update-basic/{id}
ProductsApiupdateOrganizationPATCH /api/product/products/{productId}/organization
ProductsApiupdateProductPUT /api/product/products/{id}
ProductsApiupdateProductVariantPUT /api/product/products/variant/{id}
ProductsApiupdateSeoPATCH /api/product/products/{productId}/seo
ProductsApiupdateTranslationPATCH /api/product/products/{productId}/translation
ProductsApiupdateVariantPATCH /api/product/products/{productId}/variant
ProductsCategoriesApicallGetGET /api/product/category/{id}Get category by ID
ProductsCategoriesApicreatePOST /api/product/categoryCreate a category
ProductsCategoriesApideleteDELETE /api/product/category/{id}Delete a category
ProductsCategoriesApigetAllGET /api/product/categoryGet all categories
ProductsCategoriesApigetAllCategoryTreeGET /api/product/category/treeReturn a list of Category Tree
ProductsCategoriesApigetSeoCategoriesGET /api/product/category/seoGet all categories names
ProductsCategoriesApipatchCategoryTreePATCH /api/product/category/treeReorder categories
ProductsCategoriesApiupdatePUT /api/product/category/{id}Update a categories
ProductsTagsApicreateTagPOST /api/product/tagsCreate tag
ProductsTagsApideleteTagsDELETE /api/product/tags/{id}Delete tags
ProductsTagsApigetAllTagsGET /api/product/tagsGet all tags
ProductsVariantsApicreateInventoryHistoryPOST /api/product/variant/inventory/history
ProductsVariantsApideleteVariantDELETE /api/product/variant/{id}
ProductsVariantsApigetAlLVariantsInInventoryHistoryGET /api/product/variant/inventory/historyGet All Variants Histories
ProductsVariantsApigetAllVariantsGET /api/product/variant/inventoryGet All Variants In Inventory
ProductsVariantsApigetVariantsByIdsGET /api/product/variant
ShippingApicallGetGET /api/shipping/{id}Get shipping by id
ShippingApicreatePOST /api/shippingCreate shipping
ShippingApideleteDELETE /api/shipping/{id}Delete shipping
ShippingApigetAllGET /api/shippingGet all shippings
ShippingApigetAllDataGET /api/shipping/dataGet all shippings data
ShippingApiupdatePUT /api/shipping/{id}Update shipping
ShopAuthApibookAppointmentPOST /api/shop-auth/guest/book
ShopAuthApicheckoutInformationPOST /api/shop-auth/guest/checkout/information
ShopAuthApicurrentUserGET /api/shop-auth/current-user
ShopAuthApiloginPOST /api/shop-auth/login
ShopAuthApilogoutPOST /api/shop-auth/logout
ShopAuthApipasswordResetPOST /api/shop-auth/reset-password/{token}
ShopAuthApipasswordResetEmailPOST /api/shop-auth/reset-password-emailSend password reset email
ShopAuthApirefreshPOST /api/shop-auth/refresh-token
ShopAuthApiresendVerificationEmailPOST /api/shop-auth/resend-verification-email
ShopAuthApisignupPOST /api/shop-auth/signup
ShopAuthApiverifyEmailPOST /api/shop-auth/verify-email
ShopConfigApiaddDomainPOST /api/shop-config/add-domain
ShopConfigApiaddGscKeyPOST /api/shop-config/add-gsc-key
ShopConfigApichangeDefaultLocationPATCH /api/shop-config/location/change-default/{id}Change default location
ShopConfigApichangeLocationStatusPOST /api/shop-config/location/status/{id}Change location status
ShopConfigApicheckShopUserPOST /api/shop-config/get/shop-user
ShopConfigApicreateLocationPOST /api/shop-config/location/createCreate location
ShopConfigApidomainsGET /api/shop-config/domainsGet domains
ShopConfigApigetConfigGET /api/shop-config/getConfigGet shop config
ShopConfigApigetEditorThemeConfigGET /api/shop-config/get-editor-theme
ShopConfigApigetGscGET /api/shop-config/gscGet Google Search Console
ShopConfigApigetModulesGET /api/shop-config/modulesGet shop modules
ShopConfigApigetShopConfigPOST /api/shop-config/get/shop-configGet shop config
ShopConfigApigetShopSeoGET /api/shop-config/shop-seoGet shop seo
ShopConfigApigetThemeConfigGET /api/shop-config/get-theme
ShopConfigApitaxesPOST /api/shop-config/taxesUpdate tax
ShopConfigApiupdateAddressPATCH /api/shop-config/address/updateUpdate address
ShopConfigApiupdateContactInformationPATCH /api/shop-config/contact-information/updateUpdate contact information
ShopConfigApiupdateCurrenciesPOST /api/shop-config/currenciesUpdate currencies
ShopConfigApiupdateFormatPATCH /api/shop-config/format/updateUpdate format
ShopConfigApiupdateGeneralInformationPATCH /api/shop-config/general-information/updateUpdate general information
ShopConfigApiupdateLanguagesPOST /api/shop-config/languagesUpdate Languages
ShopConfigApiupdateLocationPATCH /api/shop-config/location/update/{id}Update location
ShopTemplateApiactivateShopPOST /api/template/shop/activate/{id}Activate shop template
ShopTemplateApichangeShopTemplatePageStatusPOST /api/template/shop/page/status/{id}Change shop template page status
ShopTemplateApicreateAppBarPOST /api/template/shop/{id}/app-barCreate app bar
ShopTemplateApicreateEmptyTemplatePOST /api/template/shop/emptyCreate template
ShopTemplateApicreateMenuPOST /api/template/shop/menuCreate menu
ShopTemplateApicreateShopTemplatePagePOST /api/template/shop/page/{id}Create shop template page
ShopTemplateApicreateTemplatePOST /api/template/shopCreate template
ShopTemplateApideleteMenuDELETE /api/template/shop/menu/{id}Delete menu
ShopTemplateApideleteShopTemplatePageDELETE /api/template/shop/page/{id}Delete shop template page
ShopTemplateApideleteTemplateDELETE /api/template/shop/{id}Delete template by id
ShopTemplateApigetActiveTemplateGET /api/template/shop/active-templateGet active template
ShopTemplateApigetAppBarGET /api/template/shop/{id}/app-barGet app bar
ShopTemplateApigetMenuGET /api/template/shop/menu/{id}Get menu
ShopTemplateApigetMenusGET /api/template/shop/menuGet menus
ShopTemplateApigetPageSeoFromPathGET /api/template/shop/page/seo/{path}Get page seo from path
ShopTemplateApigetTemplateGET /api/template/shop/{id}Get template by id
ShopTemplateApigetTemplatesGET /api/template/shopGet templates
ShopTemplateApiimportShopTemplatePOST /api/template/shop/import/{id}Import shop template
ShopTemplateApimakeTemplateDefaultPUT /api/template/shop/{id}/defaultMake template default
ShopTemplateApitemplateCheckoutSessionGET /api/template/shop/checkout-session/{id}Create checkout session
ShopTemplateApiupdateMenuPUT /api/template/shop/menu/{id}Update menu
ShopTemplateApiupdateShopTemplatePagePUT /api/template/shop/{templateId}/page/{pageId}Update shop template page
SuperAdminFeaturesApicreatePOST /api/admin/super-admin/feature
SuperAdminFeaturesApifindAllGET /api/admin/super-admin/feature
SuperAdminNewsletterApicreatePOST /api/admin/super-admin/newsletter
SuperAdminNewsletterApideleteDELETE /api/admin/super-admin/newsletter/{id}
SuperAdminNewsletterApifindAllGET /api/admin/super-admin/newsletter
SuperAdminNewsletterApifindAllEmailsGET /api/admin/super-admin/newsletter/emails
SuperAdminNewsletterApifindDefaultGET /api/admin/super-admin/newsletter/default
SuperAdminNewsletterApifindOneGET /api/admin/super-admin/newsletter/{id}
SuperAdminNewsletterApimakeDefaultPUT /api/admin/super-admin/newsletter/{id}/default
SuperAdminNewsletterApisubscribePOST /api/admin/super-admin/newsletter/subscribe
SuperAdminProductApichangeFeatureStatusPATCH /api/admin/super-admin/product/{id}/status
SuperAdminProductApicreatePOST /api/admin/super-admin/productCreate product
SuperAdminProductApifindAllGET /api/admin/super-admin/productGet all products
SuperAdminProductApifindAllByUserIdGET /api/admin/super-admin/product/registered-user
SuperAdminProductApifindAllLiveDefaultGET /api/admin/super-admin/product/live/defaultGet all products
SuperAdminProductApifindAvailableAppsGET /api/admin/super-admin/product/available-appsFind user's Apps
SuperAdminProductApifindUserAppByIdGET /api/admin/super-admin/product/user-apps/{id}Find user feature by id
SuperAdminProductApifindUserAppsGET /api/admin/super-admin/product/user-appsFind user's Apps
SuperAdminProductApifindUserProductGET /api/admin/super-admin/product/user-productFind user's product
SuperAdminProductApimakeDemoDefaultPUT /api/admin/super-admin/product/{id}/demo/defaultMake demo product default
SuperAdminProductApimakeLiveDefaultPUT /api/admin/super-admin/product/live/defaultMake three live product default
SuperAdminProductPermissionsApifindAllGET /api/admin/super-admin/product/{id}/permissions
SuperAdminProductPermissionsApiupdatePUT /api/admin/super-admin/product/{id}/permissions
SuperAdminProductTypesApicreatePOST /api/admin/super-admin/product-type
SuperAdminProductTypesApifindAllGET /api/admin/super-admin/product-type
SuperAdminShopApicreatePOST /api/admin/super-admin/shop
SuperAdminShopApideleteDELETE /api/admin/super-admin/shop/{id}
SuperAdminShopApifindAllGET /api/admin/super-admin/shop
SuperAdminShopApifindOneGET /api/admin/super-admin/shop/{id}
SuperAdminShopApiupdatePUT /api/admin/super-admin/shop/{id}
SuperAdminShopPermissionsApifindAllGET /api/admin/super-admin/shop/{id}/permissions
SuperAdminShopPermissionsApiupdatePUT /api/admin/super-admin/shop/{id}/permissions
SuperAdminUserApicreateUserPOST /api/admin/super-admin/user
SuperAdminUserApideleteUserDELETE /api/admin/super-admin/user/{id}
SuperAdminUserApifindAllUsersGET /api/admin/super-admin/user
SuperAdminUserApifindOneUserGET /api/admin/super-admin/user/{id}
SuperAdminUserApiupdateUserPUT /api/admin/super-admin/user/{id}
SupportApicreateResponsePOST /api/shop/support/response/{id}
SupportApicreateSupportPOST /api/shop/support
SupportApigetAllSupportsGET /api/shop/support
SupportApigetSupportGET /api/shop/support/{slug}
TemplateApicreateAppBarPOST /api/template/public/{id}/app-barCreate app bar
TemplateApicreateMenuPOST /api/template/public/menuCreate menu
TemplateApicreateTemplatePOST /api/template/publicCreate template
TemplateApideleteMenuDELETE /api/template/public/menu/{id}Delete menu
TemplateApideleteTemplateDELETE /api/template/public/{id}Delete template by id
TemplateApigetAppBarGET /api/template/public/{id}/app-barGet app bar
TemplateApigetMenuGET /api/template/public/menu/{id}Get menu
TemplateApigetMenusGET /api/template/public/menuGet menus
TemplateApigetTemplateGET /api/template/public/{id}Get template by id
TemplateApigetTemplatesGET /api/template/publicGet templates
TemplateApimakeTemplateDefaultPUT /api/template/public/{id}/defaultMake template default
TemplateApitemplateCheckoutSessionGET /api/template/public/checkout-session/{id}Create checkout session
TemplateApiupdateMenuPUT /api/template/public/menu/{id}Update menu

Documentation For Models

1.0.20

7 days ago

1.0.19

18 days ago

1.0.18

1 month ago

1.0.17

1 month ago

1.0.16

1 month ago

1.0.14

4 months ago

1.0.13

4 months ago

1.0.12

4 months ago

1.0.2

10 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

9 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.1

11 months ago

1.0.0

1 year ago