Home > @vsf-enterprise/commercetools-types > ProductSelectionCreatedPayload
# ProductSelectionCreatedPayload type
Signature:
export declare type ProductSelectionCreatedPayload = {
name?: Maybe<Scalars['String']>;
nameAllLocales: Array<LocalizedString>;
type: Scalars['String'];
};
References: Maybe, Scalars, LocalizedString