Home > @vsf-enterprise/bigcommerce-api > ChannelStatus

# ChannelStatus enum

The status of the channel; channel type, platform, and status must be a valid combination. terminated is not valid for PUT or POST requests. deleted is not valid for POST requests.

Signature:

export declare enum ChannelStatus 

# Enumeration Members

Member Value Description
Active "active"
Archived "archived"
Connected "connected"
Deleted "deleted"
Disconnected "disconnected"
Inactive "inactive"
Prelaunch "prelaunch"
Terminated "terminated"