diff --git a/openapi/components/schemas/QuoteChangeOrder.yaml b/openapi/components/schemas/QuoteChangeOrder.yaml index 6f7470fd21..734483a0e3 100644 --- a/openapi/components/schemas/QuoteChangeOrder.yaml +++ b/openapi/components/schemas/QuoteChangeOrder.yaml @@ -227,6 +227,12 @@ properties: This field is only applicable if `renewalPolicy` is set to `retain`. type: boolean default: false + interimOnly: + type: boolean + default: true + description: |- + Specifies if the quotation invoice must include interim items only. + If this value is set to `false`, all upcoming items are included. invoicePreview: type: object description: Preview of the quote invoice. diff --git a/openapi/components/schemas/StorefrontQuoteChangeOrder.yaml b/openapi/components/schemas/StorefrontQuoteChangeOrder.yaml index 7ae5b5b41c..c229274bd3 100644 --- a/openapi/components/schemas/StorefrontQuoteChangeOrder.yaml +++ b/openapi/components/schemas/StorefrontQuoteChangeOrder.yaml @@ -221,6 +221,12 @@ properties: This field is only applicable if `renewalPolicy` is set to `retain`. type: boolean default: false + interimOnly: + type: boolean + default: true + description: |- + Specifies if the quotation invoice must include interim items only. + If this value is set to `false`, all upcoming items are included. invoicePreview: type: object description: Preview of the quote invoice.