SalesChannel
A Sales Channel is a method a business offers its products for purchase for the customers. For example, a Webshop can be a sales channel, and a mobile app can be another.
Properties
id
stringRequiredThe sales channel's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
name
stringRequiredThe name of the sales channel.
description
null | stringRequiredThe description of the sales channel.
is_disabled
booleanRequiredSpecify if the sales channel is enabled or disabled.
Default: false
metadata
null | Record<string, unknown>RequiredAn optional key-value map with additional details
The associated carts.
The associated orders.
The associated publishable API keys.
The details of the stock locations related to the sales channel.
Was this section helpful?