Skip to main content
Skip to main content

UpsertSalesChannelDTO

The attributes in the sales channel to be created or updated.

idstring
The ID of the sales channel.
namestring
The name of the sales channel. Required when creating a sales channel.
descriptionnull | string
The description of the sales channel.
is_disabledboolean
Whether the sales channel is disabled.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?