UpdateSalesChannelDTO
The attributes to update in the sales channel.
name
stringThe name of the sales channel.
description
stringThe description of the sales channel.
is_disabled
booleanWhether the sales channel is disabled.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?