From 437cabeb0ebd3da97db87efb915e6a9f23016091 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Mon, 27 Apr 2026 09:29:01 +0000 Subject: [PATCH] [create-pull-request] automated change --- adminapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/adminapi.json b/adminapi.json index 5c70bb4..d627058 100644 --- a/adminapi.json +++ b/adminapi.json @@ -7,7 +7,7 @@ "name": "MIT", "url": "https://github.com/shopware/shopware/blob/trunk/LICENSE" }, - "version": "6.7.9.0" + "version": "6.7.9.1" }, "servers": [ { @@ -106476,6 +106476,9 @@ "$ref": "#/components/schemas/Price" } }, + "customFields": { + "type": "object" + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -106486,9 +106489,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object" - }, "createdAt": { "type": "string", "format": "date-time", @@ -106609,6 +106609,10 @@ }, "description": "Price of the Product." }, + "customFields": { + "type": "object", + "description": "Additional fields that offer a possibility to add own fields for the different program-areas." + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -106619,10 +106623,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object", - "description": "Additional fields that offer a possibility to add own fields for the different program-areas." - }, "createdAt": { "type": "string", "format": "date-time",