Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetChannelListChannelRelationRule

    GetChannelListChannelRelationRule sub-interface for GetChannelListLogisticsChannel

    interface GetChannelListChannelRelationRule {
        related_dependent_block_channels?: number[];
        related_enabled_channels?: number[];
    }
    Index

    Properties

    related_dependent_block_channels?: number[]

    Channels that must be disabled before or while disabling this parent channel.

    related_enabled_channels?: number[]

    Channels that will be auto-enabled in the same request if this channel is enabled.