On this page, you can view your product's details and edit them.
You can preview your product using Medusa's Store APIs. You can copy any
of the following code snippets to try it out.
{!isLoading && (
{\n // ...\n const productService = await initializeProductModule()\n const products = await productService.list({\n id: "${data?.product_id}",\n })\n\n console.log(products[0])\n}`,
},
]} className="my-6">
)}
)
}
export default ProductDetailDefault
```