* initialized next.js project * finished markdown sections * added operation schema component * change page metadata * eslint fixes * fixes related to deployment * added response schema * resolve max stack issue * support for different property types * added support for property types * added loading for components * added more loading * type fixes * added oneOf type * removed console * fix replace with push * refactored everything * use static content for description * fixes and improvements * added code examples section * fix path name * optimizations * fixed tag navigation * add support for admin and store references * general enhancements * optimizations and fixes * fixes and enhancements * added search bar * loading enhancements * added loading * added code blocks * added margin top * add empty response text * fixed oneOf parameters * added path and query parameters * general fixes * added base path env variable * small fix for arrays * enhancements * design enhancements * general enhancements * fix isRequired * added enum values * enhancements * general fixes * general fixes * changed oas generation script * additions to the introduction section * added copy button for code + other enhancements * fix response code block * fix metadata * formatted store introduction * move sidebar logic to Tags component * added test env variables * fix code block bug * added loading animation * added expand param + loading * enhance operation loading * made responsive + improvements * added loading provider * fixed loading * adjustments for small devices * added sidebar label for endpoints * added feedback component * fixed analytics * general fixes * listen to scroll for other headings * added sample env file * update api ref files + support new fields * fix for external docs link * added new sections * fix last item in sidebar not showing * move docs content to www/docs * change redirect url * revert change * resolve build errors * configure rewrites * changed to environment variable url * revert changing environment variable name * add environment variable for API path * fix links * fix tailwind settings * remove vercel file * reconfigured api route * move api page under api * fix page metadata * fix external link in navigation bar * update api spec * updated api specs * fixed google lint error * add max-height on request samples * add padding before loading * fix for one of name * fix undefined types * general fixes * remove response schema example * redesigned navigation bar * redesigned sidebar * fixed up paddings * added feedback component + report issue * fixed up typography, padding, and general styling * redesigned code blocks * optimization * added error timeout * fixes * added indexing with algolia + fixes * fix errors with algolia script * redesign operation sections * fix heading scroll * design fixes * fix padding * fix padding + scroll issues * fix scroll issues * improve scroll performance * fixes for safari * optimization and fixes * fixes to docs + details animation * padding fixes for code block * added tab animation * fixed incorrect link * added selection styling * fix lint errors * redesigned details component * added detailed feedback form * api reference fixes * fix tabs * upgrade + fixes * updated documentation links * optimizations to sidebar items * fix spacing in sidebar item * optimizations and fixes * fix endpoint path styling * remove margin * final fixes * change margin on small devices * generated OAS * fixes for mobile * added feedback modal * optimize dark mode button * fixed color mode useeffect * minimize dom size * use new style system * radius and spacing design system * design fixes * fix eslint errors * added meta files * change cron schedule * fix docusaurus configurations * added operating system to feedback data * change content directory name * fixes to contribution guidelines * revert renaming content * added api-reference to documentation workflow * fixes for search * added dark mode + fixes * oas fixes * handle bugs * added code examples for clients * changed tooltip text * change authentication to card * change page title based on selected section * redesigned mobile navbar * fix icon colors * fix key colors * fix medusa-js installation command * change external regex in algolia * change changeset * fix padding on mobile * fix hydration error * update depedencies
268 lines
8.4 KiB
Plaintext
268 lines
8.4 KiB
Plaintext
---
|
||
description: 'Learn about the ecommerce features that Medusa provides including order management, product management, multi region and currency support, and more.'
|
||
hide_table_of_contents: true
|
||
---
|
||
|
||
import DocCardList from '@theme/DocCardList'
|
||
import Icons from '@theme/Icon'
|
||
import LargeCardList from '@site/src/components/LargeCardList'
|
||
import LargeCard from '@site/src/components/LargeCard'
|
||
|
||
# Commerce Modules
|
||
|
||
Medusa offers ecommerce features essential to all types of businesses as Commerce Modules. Starting from the basic products management and order management, to the more advanced automated return and exchange flows.
|
||
|
||
This part of the documentation covers Medusa’s ecommerce features and how they can be used. It also includes guides that help developers utilize these features to create unique digital experiences.
|
||
|
||
## Feature Highlights
|
||
|
||
This section gives an overview of the features available in Medusa. You can learn more about other available features by following the guides in this documentation.
|
||
|
||
### Optimized Shopping and Fulfillment Experience
|
||
|
||
Medusa provides the necessary features to build a customizable shopping experience for your customers. Medusa also offers features optimized for business operations to manage their orders efficiently.
|
||
|
||
<LargeCardList colSize={6}>
|
||
<LargeCard
|
||
Icon={Icons['check-circle-solid']}
|
||
title='Orders'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/orders/overview'
|
||
}}
|
||
>
|
||
|
||
- Process orders' payments and fulfillments with custom logic or third-party providers.
|
||
- Create one or multiple fulfillments for items in the order.
|
||
- Edit an order to add, update, or delete its items.
|
||
- Handle and automate order returns, exchanges, and refunds.
|
||
- Create draft orders without direct involvement from the customer.
|
||
|
||
|
||
</LargeCard>
|
||
<LargeCard
|
||
Icon={Icons['building-solid']}
|
||
title='Inventory (Multi-Warehouse)'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/multiwarehouse/overview'
|
||
}}
|
||
>
|
||
|
||
- Create and manage multiple stock locations that represent where you physically store your products.
|
||
- Manage the product variants' inventory across stock locations, and associate those locations with sales channels.
|
||
- Associate order fulfillemnts and returns with a stock location. The management of inventory item quantity is handled automatically.
|
||
|
||
|
||
</LargeCard>
|
||
<LargeCard
|
||
Icon={Icons['shopping-cart-solid']}
|
||
title='Cart and Checkout'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/carts-and-checkout/overview'
|
||
}}
|
||
>
|
||
|
||
- Accept payments with payment processors including Stripe and PayPal.
|
||
- Calculate taxes of a cart through custom logic or third-party tax providers.
|
||
- Allow customers to apply discount codes and gift cards during checkout.
|
||
- Fully customize the frontend experience of the checkout process.
|
||
|
||
|
||
</LargeCard>
|
||
<LargeCard
|
||
Icon={Icons['users-solid']}
|
||
title='Customers'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/customers/overview'
|
||
}}
|
||
>
|
||
|
||
- Allow orders from both registered and unregistered customers.
|
||
- Allow customers to create return or exchange requests from the storefront for better customer experience.
|
||
- Assign customers different groups for segmentation and specify different pricing for customer groups.
|
||
|
||
|
||
</LargeCard>
|
||
</LargeCardList>
|
||
|
||
### Advanced Product Configurations and Management
|
||
|
||
Medusa's products configuration allows managing products of different types including products with options and gift cards. Medusa also includes advanced features related to pricing and discounts.
|
||
|
||
<LargeCardList colSize={6}>
|
||
<LargeCard
|
||
Icon={Icons['tag-solid']}
|
||
title='Products'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/products/overview'
|
||
}}
|
||
>
|
||
|
||
- Create products with unlimited variants and options.
|
||
- Organize products into nested categories of different hierarchies.
|
||
- Associate products with collections, types, and tags.
|
||
- Manage a product’s inventory, pricing, sales channels, and more.
|
||
- Import and export products to and from Medusa using CSV files.
|
||
|
||
|
||
</LargeCard>
|
||
<LargeCard
|
||
Icon={Icons['gift-solid']}
|
||
title='Gift Cards'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/gift-cards/overview'
|
||
}}
|
||
>
|
||
|
||
- Offer your customers a gift card with unlimited denominations.
|
||
- Set denomination prices per currency to cater for different regions.
|
||
- Send custom gift cards to specific customers for marketing purposes.
|
||
- Manage a custom gift card's balance amount.
|
||
|
||
|
||
</LargeCard>
|
||
</LargeCardList>
|
||
|
||
|
||
<LargeCard
|
||
Icon={Icons['currency-dollar-solid']}
|
||
title='Price Lists and Discounts'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/price-lists/overview'
|
||
}}
|
||
>
|
||
|
||
- Create discounts and deals with advanced conditions and rules such as minimum cart quantity or specific products.
|
||
- Offer free shipping, fixed discount, or percentage discount.
|
||
- Override product prices using price lists and set special conditions such as specific customer groups.
|
||
- Import prices into a price list from a CSV file.
|
||
|
||
|
||
</LargeCard>
|
||
|
||
### Ready Configurations for International Selling
|
||
|
||
Medusa's multi-region setup and sales channels allow businesses to sell internationally and sell across platforms. Medusa allows configuring regions differently to cater for different markets across the globe.
|
||
|
||
<LargeCardList colSize={6}>
|
||
<LargeCard
|
||
Icon={Icons['globe-europe-solid']}
|
||
title='Multi-Region'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/regions-and-currencies/overview'
|
||
}}
|
||
>
|
||
|
||
- Create an unlimited number of regions, each associated with a currency and at least one country.
|
||
- Manage each region’s settings including payment processors, shipping options, and more.
|
||
- Set prices for products and shipping options specific to a currency or a region.
|
||
|
||
|
||
</LargeCard>
|
||
<LargeCard
|
||
Icon={Icons['cash-solid']}
|
||
title='Taxes'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/taxes/overview'
|
||
}}
|
||
>
|
||
|
||
- Specify different tax providers for different regions.
|
||
- Create tax providers using custom logic or third-party integrations.
|
||
- Customize tax configurations using tax rates and tax overrides.
|
||
- Enable tax-inclusive pricing for automatic tax-rate calculations during checkout.
|
||
|
||
|
||
</LargeCard>
|
||
</LargeCardList>
|
||
|
||
<LargeCard
|
||
Icon={Icons['channels-solid']}
|
||
title='Sales Channels'
|
||
action={{
|
||
label: 'Learn more',
|
||
href: '/modules/sales-channels/overview'
|
||
}}
|
||
>
|
||
|
||
- Create sales channels for your different platforms such as web, mobile, or marketplaces.
|
||
- Specify the availability of products for each sales channel.
|
||
- Associate orders with each sales channel for better handling and logistics.
|
||
- Associate API keys with sales channels for easier development.
|
||
|
||
|
||
</LargeCard>
|
||
|
||
## Get Additional Help
|
||
|
||
If you have any questions about Medusa, its features, and development with it, feel free to reach out to the core team and the community behind Medusa on [Discord](https://discord.gg/medusajs).
|
||
|
||
## Popular Guides
|
||
|
||
<DocCardList colSize={4} items={[
|
||
{
|
||
type: 'link',
|
||
href: '/modules/customers/storefront/implement-customer-profiles',
|
||
label: 'Implement Accounts',
|
||
customProps: {
|
||
icon: Icons['users-solid'],
|
||
description: 'Add customer profiles to the storefront.',
|
||
}
|
||
},
|
||
{
|
||
type: 'link',
|
||
href: '/modules/carts-and-checkout/storefront/implement-cart',
|
||
label: 'Implement Cart',
|
||
customProps: {
|
||
icon: Icons['shopping-cart-solid'],
|
||
description: 'Add cart functionality to the storefront.',
|
||
}
|
||
},
|
||
{
|
||
type: 'link',
|
||
href: '/modules/carts-and-checkout/backend/add-payment-provider',
|
||
label: 'Create a Payment Processor',
|
||
customProps: {
|
||
icon: Icons['credit-card-solid'],
|
||
description: 'Learn how to create a payment processor.',
|
||
},
|
||
},
|
||
]} />
|
||
|
||
<DocCardList colSize={4} items={[
|
||
{
|
||
type: 'link',
|
||
href: '/modules/orders/admin/edit-order',
|
||
label: 'Edit an Order',
|
||
customProps: {
|
||
icon: Icons['pencil-square-solid'],
|
||
description: 'Edit an order with the Admin APIs.',
|
||
}
|
||
},
|
||
{
|
||
type: 'link',
|
||
href: '/modules/price-lists/admin/import-prices',
|
||
label: 'Import Prices',
|
||
customProps: {
|
||
icon: Icons['currency-dollar-solid'],
|
||
description: 'Import prices to Medusa.',
|
||
}
|
||
},
|
||
{
|
||
type: 'link',
|
||
href: '/modules/sales-channels/admin/manage',
|
||
label: 'Manage Sales Channels',
|
||
customProps: {
|
||
icon: Icons['channels-solid'],
|
||
description: 'Manage sales channels.',
|
||
}
|
||
}
|
||
]} /> |