import React from "react"; import IconBadge from "../../shared/icon-badge"; import ComputerDesktopIcon from "../../shared/icons/computer-desktop-icon"; import DollarSignIcon from "../../shared/icons/dollar-sign-icon"; const OrderDetail = () => { return ( <>

You finished the setup guide 🎉 You now have your first order. Feel free to play around with the order management functionalities, such as capturing payment, creating fulfillments, and more.

Start developing with Medusa

Medusa is a completely customizable commerce solution. We've curated some essential guides to kickstart your development with Medusa.

Start Selling in 3 Steps

Go live with a backend, an admin,
and a storefront in three steps.

Build a Custom Commerce Application

Learn how to build a marketplace, subscription-based
purchases, or your custom use-case.

You can find more useful guides in{" "} our documentation .
); }; export default OrderDetail;