File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44782,9 +44782,9 @@ components:
4478244782 TrackOnly: "Orders are tracked on the Inventory, and ordering a [LineItem](ctp:api:type:LineItem)
4478344783 deducts the available quantity on the respective [InventoryEntry](ctp:api:type:InventoryEntry).n
4478444784 nAn [Order can be created](ctp:api:endpoint:/{projectKey}/orders:POST) even if
44785- the Line Item quantity is zero or negative, but if no matching Inventory Entry
44786- exists for the Line Item, an [OutOfStock](ctp:api:type:OutOfStockError) error
44787- is returned.n"
44785+ the Inventory Entry quantity is zero or negative. However, if no matching Inventory
44786+ Entry exists for the Line Item, an [OutOfStock](ctp:api:type:OutOfStockError)
44787+ error is returned.n"
4478844788 ReserveOnOrder: "Line Items in a Cart are only reserved for the duration of the ordering
4478944789 transaction.nIf a Line Item is not available when [creating an Order](ctp:api:endpoint:/{projectKey}/orders:POST),
4479044790 an [OutOfStock](ctp:api:type:OutOfStockError) error is returned.nThis is because
You can’t perform that action at this time.
0 commit comments