Skip to content

Commit cb87829

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent a9036ba commit cb87829

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

oas/api/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)