chore(docs): Generated DML JSON files (automated) (#13790)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-21 11:56:47 +03:00
committed by GitHub
co-authored by olivermrbl
parent 858b3e3b9b
commit 5bc9de9d2e
24 changed files with 342 additions and 2 deletions
@@ -6,6 +6,9 @@
"currency_code": "The ISO 3 currency code. For example, `usd`.",
"is_default": "Whether the currency is the default in the store.",
"store": "The store this currency belongs to."
},
"deprecated": {
"is_deprecated": false
}
},
"Store": {
@@ -18,6 +21,9 @@
"default_location_id": "The ID of the store's default stock location.",
"metadata": "Holds custom data in key-value pairs.",
"supported_currencies": "The associated supported_currencies.\n\n@expandable"
},
"deprecated": {
"is_deprecated": false
}
}
}