From 892cdab4271823dd3a822f7086fdc3f358402dee Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Wed, 15 Apr 2026 09:35:44 +0000 Subject: [PATCH] [create-pull-request] automated change --- storeapi.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/storeapi.json b/storeapi.json index 7049c4e..44bb8eb 100644 --- a/storeapi.json +++ b/storeapi.json @@ -7485,12 +7485,6 @@ "description": "When the value is set to true, the product is hidden when sold out.", "type": "boolean" }, - "availableStock": { - "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", - "type": "integer", - "format": "int64", - "readOnly": true - }, "stock": { "description": "Indicates the number of products available.", "type": "integer", @@ -7678,6 +7672,13 @@ "readOnly": true, "deprecated": true }, + "availableStock": { + "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", + "type": "integer", + "format": "int64", + "readOnly": true, + "deprecated": true + }, "calculatedPrice": { "type": "object" }, @@ -8594,12 +8595,6 @@ "description": "When the value is set to true, the product is hidden when sold out.", "type": "boolean" }, - "availableStock": { - "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", - "type": "integer", - "format": "int64", - "readOnly": true - }, "stock": { "description": "Indicate the number of product/s currently in stock. As soon as the order status of an order is set to completed, the stock is reduced.", "type": "integer", @@ -8802,6 +8797,13 @@ "deprecated": true, "description": "Internal field." }, + "availableStock": { + "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", + "type": "integer", + "format": "int64", + "readOnly": true, + "deprecated": true + }, "calculatedPrice": { "type": "object", "$ref": "#/components/schemas/CalculatedPrice",