@avendure/vendure-plugin-seller-verification
v1.0.15
Published
Vendure plugin to allow SuperAdmin to enable/disable sellers from posting items to the marketplace.
Downloads
82
Readme
Vendure plugin Seller Verification
Plugin allows superadmin to enable/disable sellers. This can be used to verify sellers if sellers need to be verified in some capacity before being able to post items for sale.
Testing
- Run
yarn test
to run the e2e test. - Don't forget to implement your own!
Publishing to NPM
- Make sure you are logged in to NPM
yarn build
yarn publish
That's it!
(Maybe share your accomplishments in the Vendure slack?
Next steps
- Check out the docs to see the possibilities of a plugin
- Check out GraphQL codegen to generate Typescript types for your custom GraphQL types