From 3c75d9a21db121afa16647dbbaf64a27c039f98f Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Sat, 25 Jul 2026 10:45:40 +0000 Subject: [PATCH] [create-pull-request] automated change --- adminapi.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/adminapi.json b/adminapi.json index c9ef71c..81b5b73 100644 --- a/adminapi.json +++ b/adminapi.json @@ -81984,7 +81984,6 @@ "type": "object", "required": [ "orderId", - "orderVersionId", "documentType", "formats" ], @@ -81994,11 +81993,6 @@ "type": "string", "pattern": "^[0-9a-f]{32}$" }, - "orderVersionId": { - "description": "Version identifier of the order for which the document should be created.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, "documentType": { "description": "Document type technical name. Must be one of the keys returned by `/_action/order/document-v2/available-types`.", "type": "string", @@ -82033,7 +82027,6 @@ }, "example": { "orderId": "018f5972f9ea72a0be49f7c39f72a2a0", - "orderVersionId": "0fa91ce3e96a4bc2be4bd9ce752c3425", "documentType": "invoice", "formats": [ "pdf", @@ -82467,7 +82460,6 @@ "type": "object", "required": [ "orderId", - "orderVersionId", "documentType", "format" ], @@ -82477,11 +82469,6 @@ "type": "string", "pattern": "^[0-9a-f]{32}$" }, - "orderVersionId": { - "description": "Version identifier of the order for which the document should be previewed.", - "type": "string", - "pattern": "^[0-9a-f]{32}$" - }, "documentType": { "description": "Document type technical name. Must be one of the keys returned by `/_action/order/document-v2/available-types`.", "type": "string", @@ -82509,7 +82496,6 @@ }, "example": { "orderId": "018f5972f9ea72a0be49f7c39f72a2a0", - "orderVersionId": "0fa91ce3e96a4bc2be4bd9ce752c3425", "documentType": "invoice", "format": "html", "documentNumber": "1002",