docs-util: fixes to OAS generator + generate OAS (#10867)

This commit is contained in:
Shahed Nasser
2025-01-07 16:35:55 +02:00
committed by GitHub
parent 899b1fba4a
commit edcff0ed16
19 changed files with 152 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ required:
- sales_channel_id
- email
- currency_code
- status
- items
- shipping_methods
- payment_status
@@ -230,3 +231,7 @@ properties:
type: number
title: original_shipping_tax_total
description: The tax total of the order's shipping excluding promotions.
status:
type: string
title: status
description: The order's status.