15 lines
430 B
JSON
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
|
|
}
|
|
}
|
|
} |