docs: update order module's conceptual guides (#7893)
* fixes + add return document * update order conceptual guides * resolve todo * re-generate files map
This commit is contained in:
@@ -20,7 +20,11 @@ The details of the purchased products are represented by the [LineItem data mode
|
||||
|
||||
## Order’s Shipping Method
|
||||
|
||||
An order has one or more shipping methods used to handle item shipment. Each shipping method is represented by the [ShippingMethod data model](/references/order/models/ShippingMethod) that holds its details.
|
||||
An order has one or more shipping methods used to handle item shipment.
|
||||
|
||||
Each shipping method is represented by the [ShippingMethod data model](/references/order/models/ShippingMethod) that holds its details. The shipping method is linked to the order through the [OrderShippingMethod data model](/references/order/models/OrderShippingMethod).
|
||||
|
||||

|
||||
|
||||
### data Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user