- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrieveSalesChannel - Sales Channel Module Reference
This documentation provides a reference to the retrieveSalesChannel
method. This belongs to the Sales Channel Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves a sales channel by its ID.
Example#
Parameters#
id
stringThe ID of the sales channel.
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.
select
or relations
, accept the
attributes or relations associated with a sales channel.Returns#
Promise
Promise<SalesChannelDTO>The retrieved sales channel.
Promise
Promise<SalesChannelDTO>Was this page helpful?