- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Product Module
The Product Module provides product-related features in your Medusa and Node.js applications.
How to Use Product Module's Service#
You can use the Product Module's main service by resolving from the Medusa container the resource Modules.PRODUCT
imported from @medusajs/framework/utils
.
For example:
Features#
Products Management#
Store and manage products. Products have custom options, such as color or size, and each variant in the product sets the value for these options.
Product Organization#
The Product Module provides different data models used to organize products, including categories, collections, tags, and more.
Was this page helpful?