Skip to content

Commit a9036ba

Browse files
committed
Updated API from documentation release
1 parent 2f8acf3 commit a9036ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-specs/api/types/cart/InventoryMode.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum:
1616
TrackOnly: |
1717
Orders are tracked on the Inventory, and ordering a [LineItem](ctp:api:type:LineItem) deducts the available quantity on the respective [InventoryEntry](ctp:api:type:InventoryEntry).
1818
19-
An [Order can be created](ctp:api:endpoint:/{projectKey}/orders:POST) even if the Line Item quantity is zero or negative, but if no matching Inventory Entry exists for the Line Item, an [OutOfStock](ctp:api:type:OutOfStockError) error is returned.
19+
An [Order can be created](ctp:api:endpoint:/{projectKey}/orders:POST) even if the Inventory Entry quantity is zero or negative. However, if no matching Inventory Entry exists for the Line Item, an [OutOfStock](ctp:api:type:OutOfStockError) error is returned.
2020
ReserveOnOrder: |
2121
Line Items in a Cart are only reserved for the duration of the ordering transaction.
2222
If a Line Item is not available when [creating an Order](ctp:api:endpoint:/{projectKey}/orders:POST), an [OutOfStock](ctp:api:type:OutOfStockError) error is returned.

0 commit comments

Comments
 (0)