Files
medusa-store/docs/api/admin/components/schemas/AdminPostSalesChannelsSalesChannelReq.yaml
2022-12-22 17:09:49 +02:00

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.