docs: fix OAS generator + generate OAS (#11584)

This commit is contained in:
Shahed Nasser
2025-02-24 15:30:38 +02:00
committed by GitHub
parent 41f070be9a
commit be566ca6fb
44 changed files with 10904 additions and 8753 deletions
@@ -16,6 +16,7 @@
* - amount
* - prices
* - calculated_price
* - insufficient_inventory
* properties:
* id:
* type: string
@@ -100,6 +101,10 @@
* $ref: "#/components/schemas/StorePrice"
* calculated_price:
* $ref: "#/components/schemas/StoreCalculatedPrice"
* insufficient_inventory:
* type: boolean
* title: insufficient_inventory
* description: Whether the shipping option's location doesn't have sufficient quantity for any of the cart's items.
*
*/