diff --git a/docs/quickstart/api.mdx b/docs/quickstart/api.mdx index b47467e2a..838882709 100644 --- a/docs/quickstart/api.mdx +++ b/docs/quickstart/api.mdx @@ -352,7 +352,7 @@ Communicating with Saleor is done via public and private GraphQL APIs and webhoo ### Create a checkout Let's create a checkout with a product variant we fetched in the previous step. - Checkout only accepts the variant ID, not the product, as variants have [inventory and pricing information](developer/products.mdx). + Checkout only accepts the variant ID, not the product, as variants have [inventory and pricing information](developer/products/overview.mdx#product-and-variants).