docs: added orders conceptual guide (#3882)

* docs: added order conceptual guide

* docs: linked to cart page
This commit is contained in:
Shahed Nasser
2023-04-19 18:54:14 +03:00
committed by GitHub
parent 0d0e9bf206
commit 46ea671a46
4 changed files with 305 additions and 9 deletions

View File

@@ -8,8 +8,7 @@ In this document, youll learn about the Cart entity, its relation to other en
## Overview
The cart allows customers to go from browsing products to completing an order. Many actions can be performed on a cart, like adding line items, applying discounts, creating shipping methods, and more before eventually completing it and creating an Order.
The cart allows customers to go from browsing products to completing an order. Many actions can be performed on a cart, like adding line items, applying discounts, creating shipping methods, and more before eventually completing it and creating an [Order](../orders/orders.md).
---