chore(docs): Generated DML JSON files (automated) (#14284)
* chore(docs): Generated DML JSON files (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
62c637d709
commit
fe314ab5bc
@@ -20,7 +20,20 @@
|
||||
"default_region_id": "The ID of the store's default region.",
|
||||
"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"
|
||||
"supported_currencies": "The supported currencies in the store.\n\n@expandable",
|
||||
"supported_locales": "The supported locales in the store.\n\n@expandable"
|
||||
},
|
||||
"deprecated": {
|
||||
"is_deprecated": false
|
||||
}
|
||||
},
|
||||
"StoreLocale": {
|
||||
"filePath": "packages/modules/store/src/models/locale.ts",
|
||||
"properties": {
|
||||
"id": "The ID of the store locale.",
|
||||
"locale_code": "The locale code in BCP 47 format. For example, `en-US`.",
|
||||
"is_default": "Whether the store locale is default.",
|
||||
"store": "The associated store.\n\n@expandable"
|
||||
},
|
||||
"deprecated": {
|
||||
"is_deprecated": false
|
||||
|
||||
Reference in New Issue
Block a user