From acc1e8e262ded42173f699d45631d77501bd5b85 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 7 Feb 2025 12:41:19 +0200 Subject: [PATCH] docs: update intro of custom item price (#11358) * docs: update intro of custom item price guide * small change --- .../app/examples/guides/custom-item-price/page.mdx | 6 +++++- www/apps/resources/generated/edit-dates.mjs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www/apps/resources/app/examples/guides/custom-item-price/page.mdx b/www/apps/resources/app/examples/guides/custom-item-price/page.mdx index 3d8ba5453d..ab9a050675 100644 --- a/www/apps/resources/app/examples/guides/custom-item-price/page.mdx +++ b/www/apps/resources/app/examples/guides/custom-item-price/page.mdx @@ -45,13 +45,17 @@ By default, you can add product variants to the cart, where the price of its ass To showcase how to add line items with custom prices to the cart, this guide uses [GoldAPI.io](https://www.goldapi.io) as an example of a third-party system that you can integrate for real-time prices. You can follow the same approach for other third-party integrations that provide custom pricing. +You can follow this guide whether you're new to Medusa or an advanced Medusa developer. + +### Summary + This guide will teach you how to: - Install and set up Medusa. - Integrate the third-party service [GoldAPI.io](https://www.goldapi.io) that retrieves real-time prices for metals like Gold and Silver. - Add an API route to add a product variant that has metals, such as a gold ring, to the cart with the real-time price retrieved from the third-party service. -You can follow this guide whether you're new to Medusa or an advanced Medusa developer. +![Diagram showcasing overview of implementation for adding an item to cart from storefront.](https://res.cloudinary.com/dza7lstvk/image/upload/v1738920014/Medusa%20Resources/custom-line-item-3_zu3qh2.jpg)