Hi everyone,
I’m working with the eCommerce Validations service plugin in Wix Studio, following the official Wix tutorial. I’ve successfully enabled Dev Mode, created a validation plugin (via the Service Plugins → eCommerce Validation path), and it auto-generated the two required files:
checkoutValidation.jscheckoutValidation-config.js
In checkoutValidation.js, I’m trying to import the validation provider module as instructed:
js
CopyEdit
import * as ecomValidations from 'interfaces-ecommerce-v1-validations-provider';
However, I’m consistently getting the following error in the IDE:
Cannot find module ‘interfaces-ecommerce-v1-validations-provider’ or its corresponding type declaration.
I did not create these files manually — they were generated through the standard Service Plugin creation flow. I’ve also tried deleting and recreating the plugin from scratch, but the error persists.
Has anyone else run into this issue recently? Is there a workaround or something else I should check in the Wix Studio environment?
Any help would be appreciated!
Thanks ![]()
