Files
medusa-store/www/utils/generated/dml-output/sales-channel.json
2025-10-21 11:56:47 +03:00

15 lines
430 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."
},
"deprecated": {
"is_deprecated": false
}
}
}