Home > @vsf-enterprise/commercetools-types > CreateProductSelectionDraft

# CreateProductSelectionDraft 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 CreateProductSelectionDraft = {
    key?: InputMaybe<Scalars['String']>;
    name: Array<LocalizedStringItemInputType>;
};

References: InputMaybe, Scalars, LocalizedStringItemInputType