Medusa

api.medusajs.com

Community

Open-source headless commerce engine providing storefront APIs for products, carts, orders, and customers. Build custom e-commerce experiences with flexible product catalogs, checkout flows, and order management.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.medusajs.com

Crawl failures

1

Last verified

2026-03-01T11:08:35.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

complete_checkout

payments

Finalize a cart into an order by completing payment and creating the order record for fulfillment.

Detail: https://api.medusajs.com/capabilities/complete_checkout

create_cart

e-commerce

Create a new shopping cart for a customer session, optionally pre-populated with line items and a region.

Detail: https://api.medusajs.com/capabilities/create_cart

get_order

payments

Look up an existing order by ID to check its status, line items, payment details, and fulfillment progress.

Detail: https://api.medusajs.com/capabilities/get_order

get_product

e-commerce

Retrieve full details for a specific product including all variants, options, images, and metadata.

Detail: https://api.medusajs.com/capabilities/get_product

list_collections

e-commerce

Retrieve product collections available in the store for organized browsing and category-based navigation.

Detail: https://api.medusajs.com/capabilities/list_collections

list_products

e-commerce

Browse and search the product catalog with filtering by collection, category, tags, and pricing. Returns product details including variants and images.

Detail: https://api.medusajs.com/capabilities/list_products

list_regions

payments

Retrieve available regions with their currencies, tax rates, and supported payment and fulfillment providers.

Detail: https://api.medusajs.com/capabilities/list_regions

update_cart

e-commerce

Add or remove line items from a cart, apply discount codes, set shipping address, and select shipping options.

Detail: https://api.medusajs.com/capabilities/update_cart

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Medusa
Description: Open-source headless commerce engine providing storefront APIs for products, carts, orders, and customers. Build custom e-commerce experiences with flexible product catalogs, checkout flows, and order management.
Auth: api_key
Capabilities:
  - complete_checkout: Finalize a cart into an order by completing payment and creating the order record for fulfillment.
  - create_cart: Create a new shopping cart for a customer session, optionally pre-populated with line items and a region.
  - get_order: Look up an existing order by ID to check its status, line items, payment details, and fulfillment progress.
  - get_product: Retrieve full details for a specific product including all variants, options, images, and metadata.
  - list_collections: Retrieve product collections available in the store for organized browsing and category-based navigation.
  - list_products: Browse and search the product catalog with filtering by collection, category, tags, and pricing. Returns product details including variants and images.
  - list_regions: Retrieve available regions with their currencies, tax rates, and supported payment and fulfillment providers.
  - update_cart: Add or remove line items from a cart, apply discount codes, set shipping address, and select shipping options.