docs: document different ways of selling products (#11446)
* docs: document different ways of selling products * add llms
This commit is contained in:
@@ -14,6 +14,12 @@ The `InventoryItem` data model mainly holds details related to the underlying st
|
||||
|
||||

|
||||
|
||||
### Inventory Shipping Requirement
|
||||
|
||||
An inventory item has a `requires_shipping` field (enabled by default) that indicates whether the item requires shipping. For example, if you're selling a digital license that has limited stock quantity but doesn't require shipping.
|
||||
|
||||
When a product variant is purchased in the Medusa application, this field is used to determine whether the item requires shipping. Learn more in [this documentation](../../product/selling-products/page.mdx).
|
||||
|
||||
---
|
||||
|
||||
## InventoryLevel
|
||||
|
||||
Reference in New Issue
Block a user