Skip to content

Commit b8e3240

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent 76e88c2 commit b8e3240

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,6 +3108,7 @@ paths:
31083108
- printItemRemark
31093109
- defaultReasonRemark
31103110
- restock
3111+
- checkComplianceWithInvoice
31113112
- forbiddenItemTypes
31123113
description: 'Available only if module `invoicing` is active.'
31133114
properties:
@@ -3160,6 +3161,11 @@ paths:
31603161
description: 'If `true` and `order.syncDocuments` enabled, note from order will be added to invoice.'
31613162
examples:
31623163
- true
3164+
checkComplianceWithInvoice:
3165+
type: boolean
3166+
description: 'If `true`, the system validates that the credit note items comply with the original invoice.'
3167+
examples:
3168+
- true
31633169
forbiddenItemTypes:
31643170
type: array
31653171
description: 'Items that will not be automatically added into the credit note. You can add them additionally. Available types: `shipping`, `billing`, and `gift`.'

0 commit comments

Comments
 (0)