12 lines
266 B
YAML
12 lines
266 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: Name of the sales channel.
|
|
description:
|
|
type: string
|
|
description: Sales Channel description.
|
|
is_disabled:
|
|
type: boolean
|
|
description: Indication of if the sales channel is active.
|