Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions storeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down