Files
medusa-store/www/utils/generated/dml-output/sales-channel.json
github-actions[bot] 4b384eaf05 chore(docs): Generated DML JSON files (automated) (#10530)
* 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>
2024-12-10 16:38:09 +02:00

12 lines
381 B
JSON

{
"SalesChannel": {
"filePath": "packages/modules/sales-channel/src/models/sales-channel.ts",
"properties": {
"id": "The ID of the sales channel.",
"name": "The name of the sales channel",
"description": "The description of the sales channel",
"is_disabled": "Whether the sales channel is disabled.",
"metadata": "Holds custom data in key-value pairs."
}
}
}