Home > @vsf-enterprise/commercetools-types > ProductSelectionSettingDraft
# ProductSelectionSettingDraft type
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features
Signature:
export declare type ProductSelectionSettingDraft = {
productSelection: ResourceIdentifierInput;
active: Scalars['Boolean'];
};
References: ResourceIdentifierInput, Scalars