Overview
Icon for Collection Images

Collection Images

Attach and manage images on product collections

medusa-collection-images

Version Compatibility

Choose the plugin version that matches your Medusa version:

  • Medusa Copy to clipboard2.13.* and above → use the latest version of the plugin.
  • Medusa below Copy to clipboard2.13.* → use plugin version Copy to clipboard0.3.3.

Installation

Install the latest version (Medusa Copy to clipboard2.13.*+):

npm install medusa-collection-images
yarn add medusa-collection-images
pnpm add medusa-collection-images

Install version Copy to clipboard0.3.3 (Medusa Copy to clipboard< 2.13.*):

npm install medusa-collection-images@0.3.3
yarn add medusa-collection-images@0.3.3
pnpm add medusa-collection-images@0.3.3

Instructions

  1. Check your installed Medusa version in Copy to clipboardpackage.json (look for Copy to clipboard@medusajs/medusa).
  2. Install the matching plugin version using one of the commands above.
  3. Register the plugin in your Copy to clipboardmedusa-config.ts (or Copy to clipboardmedusa-config.js):
module.exports = defineConfig({
// ...
plugins: [
{
resolve: "medusa-collection-images",
options: {},
},
],
})
  1. Run database migrations:
npx medusa db:migrate
  1. Restart your Medusa server.

You may also like

Browse all integrations

Build your own

Develop your own custom integration

Build your own integration with our API to speed up your processes. Make your integration available via npm for it to be shared in our Library with the broader Medusa community.

gift card interface

Ready to build your custom commerce setup?