Home > @vsf-enterprise/commercetools-types > SetStoreSupplyChannels
# SetStoreSupplyChannels type
Signature:
export declare type SetStoreSupplyChannels = {
supplyChannels?: InputMaybe<Array<ResourceIdentifierInput>>;
};
References: InputMaybe, ResourceIdentifierInput