UpsertSalesChannelDTO
The attributes in the sales channel to be created or updated.
id
stringThe ID of the sales channel.
name
stringThe name of the sales channel. Required
when creating a sales channel.
description
null | stringThe description of the sales channel.
is_disabled
booleanWhether the sales channel is disabled.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?