medusa-customer-queries

1.5.0 • Public • Published

Medusa Customer Queries

Medusa plugin to add customer queries functionality in the medusa.

NPM Package | Repository

Features

  • Storefront api to submit the query.
  • Admin panel ui to show customer query.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-customer-queries

2. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...
  {
    resolve: `medusa-customer-queries`,
    options: {
      enableUI: true,
    },
  },
];

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start

Package Sidebar

Install

npm i medusa-customer-queries

Weekly Downloads

271

Version

1.5.0

License

MIT

Unpacked Size

167 kB

Total Files

27

Last publish

Collaborators

  • e_commerce