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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@digital8/lighting-illusions-ts-sdk

v0.0.1798

Published

OpenAPI client for @digital8/lighting-illusions-ts-sdk

Downloads

48,462

Readme

@digital8/[email protected]

A TypeScript SDK client for the localhost API.

Usage

First, install the SDK from npm.

npm install @digital8/lighting-illusions-ts-sdk --save

Next, try it out.

import {
  Configuration,
  AdminApi,
} from '@digital8/lighting-illusions-ts-sdk';
import type { GenerateGoogleFeedAdminRequest } from '@digital8/lighting-illusions-ts-sdk';

async function example() {
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
  const api = new AdminApi();

  const body = {
    // GetHierarchyProductCategoryRequest (optional)
    getHierarchyProductCategoryRequest: ...,
  } satisfies GenerateGoogleFeedAdminRequest;

  try {
    const data = await api.generateGoogleFeedAdmin(body);
    console.log(data);
  } catch (error) {
    console.error(error);
  }
}

// Run the test
example().catch(console.error);

Documentation

API Endpoints

All URIs are relative to http://localhost/api

| Class | Method | HTTP request | Description | ----- | ------ | ------------ | ------------- AdminApi | generateGoogleFeedAdmin | POST /admin-api/admin/feeds/google/generate | Auto-generated: generateGoogleFeedAdmin AdminApi | generateSocialFeedAdmin | POST /admin-api/admin/feeds/social/generate | Auto-generated: generateSocialFeedAdmin AdminApi | generateTGNDataFeedAdmin | POST /admin-api/admin/feeds/tgn-data/generate | Auto-generated: generateTGNDataFeedAdmin AssetApi | destroyAssetForAssetable | DELETE /admin-api/asset/{asset}/delete | Auto-generated: destroyAssetForAssetable AssetApi | storeAssetFile | POST /admin-api/asset/files | Auto-generated: storeAssetFile AssetApi | storeAssetForAssetable | POST /admin-api/asset/create | Auto-generated: storeAssetForAssetable AssetApi | updateAssetForAssetable | PUT /admin-api/asset/{asset}/update | Auto-generated: updateAssetForAssetable AttributeApi | attachProductTypeAttribute | POST /admin-api/attribute/{attribute}/attach-product-type | Auto-generated: attachProductTypeAttribute AttributeApi | destroyAttribute | DELETE /admin-api/attribute/{attribute}/delete | Auto-generated: destroyAttribute AttributeApi | destroyAttributeValue | POST /admin-api/attribute/value/{attributeValue}/delete | Auto-generated: destroyAttributeValue AttributeApi | detachProductTypeAttribute | POST /admin-api/attribute/{attribute}/detach-product-type/{productType} | Auto-generated: detachProductTypeAttribute AttributeApi | getAllAttribute | POST /admin-api/attribute/all | Auto-generated: getAllAttribute AttributeApi | getAllAttributeValue | POST /admin-api/attribute/value/all | Auto-generated: getAllAttributeValue AttributeApi | indexAttribute | POST /admin-api/attribute/list | Auto-generated: indexAttribute AttributeApi | indexAttributeValue | POST /admin-api/attribute/value/list | Auto-generated: indexAttributeValue AttributeApi | indexModelAttribute | POST /admin-api/attribute/model-attribute/list | Auto-generated: indexModelAttribute AttributeApi | showAttribute | GET /admin-api/attribute/{attribute} | Auto-generated: showAttribute AttributeApi | storeAttribute | POST /admin-api/attribute/create | Auto-generated: storeAttribute AttributeApi | storeAttributeValue | POST /admin-api/attribute/value/create | Auto-generated: storeAttributeValue AttributeApi | updateAttachedProductTypeAttribute | PUT /admin-api/attribute/{attribute}/update-product-type | Auto-generated: updateAttachedProductTypeAttribute AttributeApi | updateAttribute | PUT /admin-api/attribute/{attribute}/update | Auto-generated: updateAttribute AttributeApi | updateAttributeValue | PUT /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue AttributeApi | updateFilterOrderAttribute | PUT /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute AttributeApi | updateModelAttribute | PUT /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute CartsApi | attachCouponCart | POST /admin-api/carts/{cart}/coupons/attach | Auto-generated: attachCouponCart CartsApi | attachItemCart | POST /admin-api/carts/{cart}/items/attach | Auto-generated: attachItemCart CartsApi | destroyCart | DELETE /admin-api/carts/{cart}/delete | Auto-generated: destroyCart CartsApi | detachCouponCart | DELETE /admin-api/carts/{cart}/coupons/{coupon}/detach | Auto-generated: detachCouponCart CartsApi | detachItemCart | DELETE /admin-api/carts/{cart}/items/{lineItem}/detach | Auto-generated: detachItemCart CartsApi | indexCart | POST /admin-api/carts/list | Auto-generated: indexCart CartsApi | sendPaymentLinkCart | POST /admin-api/carts/{cart}/send-payment-link | Auto-generated: sendPaymentLinkCart CartsApi | showCart | GET /admin-api/carts/{cart} | Auto-generated: showCart CartsApi | storeCart | POST /admin-api/carts/create | Auto-generated: storeCart CartsApi | updateCart | PUT /admin-api/carts/{cart}/update | Auto-generated: updateCart CartsApi | updateItemCart | PUT /admin-api/carts/{cart}/items/{lineItem}/update | Auto-generated: updateItemCart CustomersApi | indexCustomer | POST /admin-api/customers/list | Auto-generated: indexCustomer CustomersApi | storeCustomer | POST /admin-api/customers/create | Auto-generated: storeCustomer DefinitionApi | destroyDefinition | DELETE /admin-api/definition/{definition}/delete | Auto-generated: destroyDefinition DefinitionApi | getAllDefinition | POST /admin-api/definition/all | Auto-generated: getAllDefinition DefinitionApi | indexDefinition | POST /admin-api/definition/list | Auto-generated: indexDefinition DefinitionApi | showDefinition | GET /admin-api/definition/{definition} | Auto-generated: showDefinition DefinitionApi | storeDefinition | POST /admin-api/definition/create | Auto-generated: storeDefinition DefinitionApi | updateDefinition | PUT /admin-api/definition/{definition}/update | Auto-generated: updateDefinition DocumentApi | attachDocumentablesDocument | POST /admin-api/document/{document}/attach-documentables | Auto-generated: attachDocumentablesDocument DocumentApi | destroyDocument | DELETE /admin-api/document/{document}/delete | Auto-generated: destroyDocument DocumentApi | detachDocumentablesDocument | POST /admin-api/document/{document}/detach-documentables | Auto-generated: detachDocumentablesDocument DocumentApi | getAllDocument | POST /admin-api/document/all | Auto-generated: getAllDocument DocumentApi | indexDocument | POST /admin-api/document/list | Auto-generated: indexDocument DocumentApi | showDocument | GET /admin-api/document/{document} | Auto-generated: showDocument DocumentApi | storeDocument | POST /admin-api/document/create | Auto-generated: storeDocument DocumentApi | storeDocumentFile | POST /admin-api/document/files | Auto-generated: storeDocumentFile DocumentApi | updateDocument | PUT /admin-api/document/{document}/update | Auto-generated: updateDocument ExternalApiLogApi | getUniqueEndpointsExternalApiLog | POST /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog ExternalApiLogApi | indexExternalApiLog | POST /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog GoogleCategoryApi | getAllGoogleCategory | POST /admin-api/google-category/all | Auto-generated: getAllGoogleCategory LabelApi | destroyLabel | DELETE /admin-api/label/{label}/delete | Auto-generated: destroyLabel LabelApi | getAllLabel | POST /admin-api/label/all | Auto-generated: getAllLabel LabelApi | indexLabel | POST /admin-api/label/list | Auto-generated: indexLabel LabelApi | showLabel | GET /admin-api/label/{label} | Auto-generated: showLabel LabelApi | storeLabel | POST /admin-api/label/create | Auto-generated: storeLabel LabelApi | updateLabel | PUT /admin-api/label/{label}/update | Auto-generated: updateLabel MenuApi | destroyMenu | DELETE /admin-api/menu/{menu}/delete | Auto-generated: destroyMenu MenuApi | getAllMenu | POST /admin-api/menu/all | Auto-generated: getAllMenu MenuApi | indexMenu | POST /admin-api/menu/list | Auto-generated: indexMenu MenuApi | showMenu | GET /admin-api/menu/{menu} | Auto-generated: showMenu MenuApi | storeMenu | POST /admin-api/menu/create | Auto-generated: storeMenu MenuApi | updateMenu | PUT /admin-api/menu/{menu}/update | Auto-generated: updateMenu MenuItemsApi | destroyMenuItem | DELETE /admin-api/menu-items/{menuItem}/delete | Auto-generated: destroyMenuItem MenuItemsApi | getAllMenuItem | POST /admin-api/menu-items/all | Auto-generated: getAllMenuItem MenuItemsApi | getHierarchyMenuItem | POST /admin-api/menu-items/hierarchy | Auto-generated: getHierarchyMenuItem MenuItemsApi | searchLinkablesMenuItem | POST /admin-api/menu-items/linkables/search | Auto-generated: searchLinkablesMenuItem MenuItemsApi | showMenuItem | GET /admin-api/menu-items/{menuItem} | Auto-generated: showMenuItem MenuItemsApi | storeMenuItem | POST /admin-api/menu-items/create | Auto-generated: storeMenuItem MenuItemsApi | updateMenuItem | PUT /admin-api/menu-items/{menuItem}/update | Auto-generated: updateMenuItem OverlayTemplateApi | attachAssetsOverlayTemplate | POST /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate OverlayTemplateApi | destroyOverlayTemplate | DELETE /admin-api/overlay-template/{overlayTemplate}/delete | Auto-generated: destroyOverlayTemplate OverlayTemplateApi | destroyOverlayTemplateAsset | DELETE /admin-api/overlay-template/asset/{overlayTemplateAsset}/delete | Auto-generated: destroyOverlayTemplateAsset OverlayTemplateApi | detachAssetOverlayTemplate | POST /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate OverlayTemplateApi | detachAssetableOverlayTemplate | POST /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate OverlayTemplateApi | getAllOverlayTemplate | POST /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate OverlayTemplateApi | getProductChildrenOverlayTemplate | POST /admin-api/overlay-template/{overlayTemplate}/product-children | Auto-generated: getProductChildrenOverlayTemplate OverlayTemplateApi | indexOverlayTemplate | POST /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate OverlayTemplateApi | showOverlayTemplate | GET /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate OverlayTemplateApi | storeOverlayTemplate | POST /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate OverlayTemplateApi | storeOverlayTemplateAsset | POST /admin-api/overlay-template/asset/create | Auto-generated: storeOverlayTemplateAsset OverlayTemplateApi | updateOverlayTemplate | PUT /admin-api/overlay-template/{overlayTemplate}/update | Auto-generated: updateOverlayTemplate OverlayTemplateApi | updateOverlayTemplateAsset | PUT /admin-api/overlay-template/asset/{overlayTemplateAsset}/update | Auto-generated: updateOverlayTemplateAsset ProductApi | attachAccessoriesProductChild | POST /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild ProductApi | attachCompatibleProductsProductChild | POST /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild ProductApi | attachDocumentsProductChild | POST /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild ProductApi | destroyProduct | DELETE /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct ProductApi | destroyProductChild | DELETE /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild ProductApi | detachAccessoryProductChild | DELETE /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild ProductApi | detachCompatibleProductProductChild | DELETE /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild ProductApi | detachDocumentsProductChild | POST /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild ProductApi | getAccessoriesProductChild | POST /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild ProductApi | getAllProduct | POST /admin-api/product/parent/all | Auto-generated: getAllProduct ProductApi | getAllProductChild | POST /admin-api/product/children/all | Auto-generated: getAllProductChild ProductApi | getCompatibleProductsProductChild | POST /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild ProductApi | indexProduct | POST /admin-api/product/parent/list | Auto-generated: indexProduct ProductApi | indexProductChild | POST /admin-api/product/children/list | Auto-generated: indexProductChild ProductApi | showAssetsProductChild | POST /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild ProductApi | showAttributesProductChild | POST /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild ProductApi | showProduct | GET /admin-api/product/parent/{product} | Auto-generated: showProduct ProductApi | showProductChild | GET /admin-api/product/children/{productChild} | Auto-generated: showProductChild ProductApi | storeProduct | POST /admin-api/product/parent/create | Auto-generated: storeProduct ProductApi | storeProductChild | POST /admin-api/product/children/create | Auto-generated: storeProductChild ProductApi | updateProduct | PUT /admin-api/product/parent/{product}/update | Auto-generated: updateProduct ProductApi | updateProductChild | PUT /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild ProductCategoryApi | attachProductsProductCategory | POST /admin-api/product-category/{productCategory}/attach-products | Auto-generated: attachProductsProductCategory ProductCategoryApi | bulkDetachProductsProductCategory | DELETE /admin-api/product-category/{productCategory}/bulk-detach-products | Auto-generated: bulkDetachProductsProductCategory ProductCategoryApi | destroyProductCategory | DELETE /admin-api/product-category/{productCategory}/delete | Auto-generated: destroyProductCategory ProductCategoryApi | detachProductsProductCategory | POST /admin-api/product-category/{productCategory}/detach-products | Auto-generated: detachProductsProductCategory ProductCategoryApi | getAllChildrenProductCategory | POST /admin-api/product-category/{productCategory}/children/all | Auto-generated: getAllChildrenProductCategory ProductCategoryApi | getAllProductCategory | POST /admin-api/product-category/all | Auto-generated: getAllProductCategory ProductCategoryApi | getChildrenProductCategory | GET /admin-api/product-category/{productCategory}/children | Auto-generated: getChildrenProductCategory ProductCategoryApi | getHierarchyProductCategory | POST /admin-api/product-category/hierarchy | Auto-generated: getHierarchyProductCategory ProductCategoryApi | indexProductCategory | POST /admin-api/product-category/list | Auto-generated: indexProductCategory ProductCategoryApi | previewAutomationRulesProductCategory | POST /admin-api/product-category/preview-automation-rules | Auto-generated: previewAutomationRulesProductCategory ProductCategoryApi | showProductCategory | GET /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory ProductCategoryApi | storeProductCategory | POST /admin-api/product-category/create | Auto-generated: storeProductCategory ProductCategoryApi | updateProductCategory | PUT /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory ProductRangeApi | attachAccessoriesProductRange | POST /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange ProductRangeApi | attachAttributesProductRange | POST /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange ProductRangeApi | attachDocumentsProductRange | POST /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange ProductRangeApi | attachProductChildrenProductRange | POST /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange ProductRangeApi | destroyProductRange | DELETE /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange ProductRangeApi | detachAccessoriesProductRange | POST /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange ProductRangeApi | detachAttributesProductRange | POST /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange ProductRangeApi | detachDocumentsProductRange | POST /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange ProductRangeApi | detachProductChildrenProductRange | POST /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange ProductRangeApi | getAllProductRange | POST /admin-api/product-range/all | Auto-generated: getAllProductRange ProductRangeApi | indexProductRange | POST /admin-api/product-range/list | Auto-generated: indexProductRange ProductRangeApi | listAccessoriesProductRange | POST /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange ProductRangeApi | listProductsProductRange | POST /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange ProductRangeApi | showProductRange | GET /admin-api/product-range/{productRange} | Auto-generated: showProductRange ProductRangeApi | storeProductRange | POST /admin-api/product-range/create | Auto-generated: storeProductRange ProductRangeApi | updateProductRange | PUT /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange ProductRegistrationApi | getAllProductRegistration | POST /admin-api/product-registration/all | Auto-generated: getAllProductRegistration ProductRegistrationApi | indexProductRegistration | POST /admin-api/product-registration/list | Auto-generated: indexProductRegistration ProductRegistrationApi | listAssetsProductRegistration | POST /admin-api/product-registration/{productRegistration}/assets | Auto-generated: listAssetsProductRegistration ProductRegistrationApi | listProductsProductRegistration | POST /admin-api/product-registration/{productRegistration}/product/list | Auto-generated: listProductsProductRegistration ProductRegistrationApi | showProductRegistration | GET /admin-api/product-registration/{productRegistration} | Auto-generated: showProductRegistration ProductTypeApi | attachAttributeProductType | POST /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType ProductTypeApi | destroyProductType | DELETE /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType ProductTypeApi | detachAttributeProductType | POST /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType ProductTypeApi | getAllProductType | POST /admin-api/product-type/all | Auto-generated: getAllProductType ProductTypeApi | indexProductType | POST /admin-api/product-type/list | Auto-generated: indexProductType ProductTypeApi | showProductType | GET /admin-api/product-type/{productType} | Auto-generated: showProductType ProductTypeApi | storeProductType | POST /admin-api/product-type/create | Auto-generated: storeProductType ProductTypeApi | updateAttachedAttributeProductType | PUT /admin-api/product-type/{productType}/update-attribute | Auto-generated: updateAttachedAttributeProductType ProductTypeApi | updateProductType | PUT /admin-api/product-type/{productType}/update | Auto-generated: updateProductType RedirectApi | indexRedirect | POST /admin-api/redirect/list | Auto-generated: indexRedirect SiteApi | destroySiteNotification | DELETE /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification SiteApi | getAllSite | POST /admin-api/site/all | Auto-generated: getAllSite SiteApi | indexSite | POST /admin-api/site/list | Auto-generated: indexSite SiteApi | indexSiteNotification | POST /admin-api/site/notification/list | Auto-generated: indexSiteNotification SiteApi | showSite | GET /admin-api/site/{site} | Auto-generated: showSite SiteApi | storeSiteNotification | POST /admin-api/site/notification/create | Auto-generated: storeSiteNotification SiteApi | updateSite | PUT /admin-api/site/{site}/update | Auto-generated: updateSite SiteApi | updateSiteNotification | PUT /admin-api/site/notification/{siteNotification}/update | Auto-generated: updateSiteNotification StoreApi | attachSuppliersStore | POST /admin-api/store/{store}/attach-suppliers | Auto-generated: attachSuppliersStore StoreApi | destroyStore | DELETE /admin-api/store/{store}/delete | Auto-generated: destroyStore StoreApi | destroyStoreSpecialDate | DELETE /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: destroyStoreSpecialDate StoreApi | detachSuppliersStore | POST /admin-api/store/{store}/detach-suppliers | Auto-generated: detachSuppliersStore StoreApi | getAllStore | POST /admin-api/store/all | Auto-generated: getAllStore StoreApi | indexStore | POST /admin-api/store/list | Auto-generated: indexStore StoreApi | showStore | GET /admin-api/store/{store} | Auto-generated: showStore StoreApi | storeStore | POST /admin-api/store/create | Auto-generated: storeStore StoreApi | storeStoreSpecialDate | POST /admin-api/store/{store}/special-dates | Auto-generated: storeStoreSpecialDate StoreApi | updateStore | PUT /admin-api/store/{store}/update | Auto-generated: updateStore StoreApi | updateStoreSpecialDate | PUT /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: updateStoreSpecialDate SupplierApi | attachStoresSupplier | POST /admin-api/supplier/{supplier}/attach-stores | Auto-generated: attachStoresSupplier SupplierApi | destroySupplier | DELETE /admin-api/supplier/{supplier}/delete | Auto-generated: destroySupplier SupplierApi | detachStoresSupplier | POST /admin-api/supplier/{supplier}/detach-stores | Auto-generated: detachStoresSupplier SupplierApi | exportSupplier | POST /admin-api/supplier/export | Auto-generated: exportSupplier SupplierApi | getAllSupplier | POST /admin-api/supplier/all | Auto-generated: getAllSupplier SupplierApi | importSupplier | POST /admin-api/supplier/import | Auto-generated: importSupplier SupplierApi | indexSupplier | POST /admin-api/supplier/list | Auto-generated: indexSupplier SupplierApi | showSupplier | GET /admin-api/supplier/{supplier} | Auto-generated: showSupplier SupplierApi | storeSupplier | POST /admin-api/supplier/create | Auto-generated: storeSupplier SupplierApi | updateSupplier | PUT /admin-api/supplier/{supplier}/update | Auto-generated: updateSupplier TagApi | attachProductChildrenTag | POST /admin-api/tag/{tag}/attach-product-children | Auto-generated: attachProductChildrenTag TagApi | destroyTag | DELETE /admin-api/tag/{tag}/delete | Auto-generated: destroyTag TagApi | detachProductChildTag | POST /admin-api/tag/{tag}/detach-product-child/{productChild} | Auto-generated: detachProductChildTag TagApi | getAllTag | POST /admin-api/tag/all | Auto-generated: getAllTag TagApi | indexTag | POST /admin-api/tag/list | Auto-generated: indexTag TagApi | showTag | GET /admin-api/tag/{tag} | Auto-generated: showTag TagApi | storeTag | POST /admin-api/tag/create | Auto-generated: storeTag TagApi | updateTag | PUT /admin-api/tag/{tag}/update | Auto-generated: updateTag

Models