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

# IndividualProductSelectionCreatedPayload 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 IndividualProductSelectionCreatedPayload = ProductSelectionCreatedPayload & {
    __typename?: 'IndividualProductSelectionCreatedPayload';
    name?: Maybe<Scalars['String']>;
    nameAllLocales: Array<LocalizedString>;
    type: Scalars['String'];
};

References: ProductSelectionCreatedPayload, Maybe, Scalars, LocalizedString