Medusa
api.medusajs.com
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.
api_key
free
1.0
https://api.medusajs.com
1
2026-03-01 11:08:35
Health
Capabilities
complete_checkout
paymentsFinalize 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-commerceCreate 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
paymentsLook 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-commerceRetrieve full details for a specific product including all variants, options, images, and metadata.
Detail: https://api.medusajs.com/capabilities/get_product
list_collections
e-commerceRetrieve product collections available in the store for organized browsing and category-based navigation.
Detail: https://api.medusajs.com/capabilities/list_collections
list_products
e-commerceBrowse 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
paymentsRetrieve available regions with their currencies, tax rates, and supported payment and fulfillment providers.
Detail: https://api.medusajs.com/capabilities/list_regions
update_cart
e-commerceAdd 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.