@wix/auto_sdk_data-extension-schema_schemas 1.0.147 → 1.0.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -672,6 +672,11 @@ interface ComponentData extends ComponentDataDataOneOf {
672
672
  * Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
673
673
  */
674
674
  customElementWidget?: CustomElementWidget;
675
+ /**
676
+ * Integrate any external inventory with the Wix eCommerce platform.
677
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/inventory-service-plugin/introduction
678
+ */
679
+ ecomInventory?: InventorySpiConfig;
675
680
  /**
676
681
  * Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
677
682
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
@@ -783,6 +788,11 @@ interface ComponentDataDataOneOf {
783
788
  * Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
784
789
  */
785
790
  customElementWidget?: CustomElementWidget;
791
+ /**
792
+ * Integrate any external inventory with the Wix eCommerce platform.
793
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/inventory-service-plugin/introduction
794
+ */
795
+ ecomInventory?: InventorySpiConfig;
786
796
  /**
787
797
  * Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
788
798
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction