retrieve - Sales Channel Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Sales Channel Module.
This method retrieves a sales channel by its ID.
Example
Parameters
id
stringRequiredThe ID of the sales channel.
config
FindConfig<SalesChannelDTO>The configurations determining how the sales channel is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a sales channel.
config
FindConfig<SalesChannelDTO>select
or relations
, accept the
attributes or relations associated with a sales channel.Returns
The retrieved sales channel.
Was this section helpful?