Skip to content

Commit

Permalink
Merge pull request #100 from shopware/dx-477/fix-validated-descriptions
Browse files Browse the repository at this point in the history
Add properties to match
  • Loading branch information
Isengo1989 authored Nov 3, 2023
2 parents 577e68d + a1210c7 commit d03230a
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions storeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8094,25 +8094,7 @@
"description": "Unique identity of main variant."
}
},
"type": "object",
"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."
},
"available": {
"description": "Indicates weather the product is available or not."
},
"isCloseout": {
"description": "When the value is set to true, the product is hidden when sold out."
},
"displayGroup": {
"description": "Runtime field, cannot be used as part of the criteria."
},
"mainVariantId": {
"description": "Unique identity of main variant."
},
"manufacturerNumber": {
"description": "Unique number that describes the manufacturer."
}
"type": "object"
},
"ProductConfiguratorSetting": {
"description": "Added since version: 6.0.0.0",
Expand Down

0 comments on commit d03230a

Please sign in to comment.