Home > @poq/sdk-sfcc > Basket > channelType
The sales channel for the order. This is a read-only attribute that can’t be modified by an OCAPI call. For OCAPI, the sales channel is determined based on the client ID and token used for the OCAPI call. Usually, a customer-based authentication sets the channel to Storefront, and an agent-based authentication sets it to CallCenter. Using applications that use other client IDs for OCAPI calls, like Customer Service Center, will set different channel types. To modify the channel type in OCAPI, use a hook. *
Signature:
channelType?: BasketChannelTypeEnum;