You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapi.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3108,6 +3108,7 @@ paths:
3108
3108
- printItemRemark
3109
3109
- defaultReasonRemark
3110
3110
- restock
3111
+
- checkComplianceWithInvoice
3111
3112
- forbiddenItemTypes
3112
3113
description: 'Available only if module `invoicing` is active.'
3113
3114
properties:
@@ -3160,6 +3161,11 @@ paths:
3160
3161
description: 'If `true` and `order.syncDocuments` enabled, note from order will be added to invoice.'
3161
3162
examples:
3162
3163
- 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
3163
3169
forbiddenItemTypes:
3164
3170
type: array
3165
3171
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