Product Variant Images Plugin
This plugin provides an interface in the Medusa admin part where store administrators can upload and manage images specifically for product variants. The UI/UX is designed to be 1:1 with the way the regular Product Images work out-of-the-box in Medusa, ensuring a native and familiar experience.
Features
- Native API Integration: The plugin provides a native API for managing product variant images.
- Seamless UI/UX: The user interface for image management is identical to Medusa's default product image handling.
- Native Data Fetching: When fetching product variants, users can simply include
product_variant_images
in thefields
array to include the images in the response. For example: -
- No additional API endpoints are needed on the storefront.
- Native File Upload: The plugin utilizes Medusa's native file upload module. This means images will be stored wherever other files are configured to be stored in your Medusa project.
- Database Migration: The plugin requires a database migration to add the necessary tables for image storage.