Skip to content
Merged
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
36 changes: 24 additions & 12 deletions SwagDigitalSalesRooms-storeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7419,12 +7419,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 @@ -7612,6 +7606,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 @@ -8561,12 +8562,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 @@ -8754,6 +8749,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",
"$ref": "#/components/schemas/CalculatedPrice"
Expand Down Expand Up @@ -10394,6 +10396,11 @@
"customFields": {
"type": "object"
},
"position": {
"description": "Numerical value that indicates the order in which the defined salutations must be displayed in the frontend.",
"type": "integer",
"format": "int64"
},
"createdAt": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -10438,6 +10445,11 @@
"customFields": {
"type": "object"
},
"position": {
"description": "Numerical value that indicates the order in which the defined salutations must be displayed in the frontend.",
"type": "integer",
"format": "int64"
},
"createdAt": {
"type": "string",
"format": "date-time",
Expand Down