Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UpsertSalesChannelDTO

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

Properties

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?