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

# ProductSelection 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 ProductSelection = Versioned & {
    __typename?: 'ProductSelection';
    key?: Maybe<Scalars['String']>;
    name?: Maybe<Scalars['String']>;
    nameAllLocales: Array<LocalizedString>;
    productRefs: ProductOfSelectionQueryResult;
    productCount: Scalars['Int'];
    id: Scalars['String'];
    version: Scalars['Long'];
    createdAt: Scalars['DateTime'];
    lastModifiedAt: Scalars['DateTime'];
    createdBy?: Maybe<Initiator>;
    lastModifiedBy?: Maybe<Initiator>;
};

References: Versioned, Maybe, Scalars, LocalizedString, ProductOfSelectionQueryResult, Initiator