Home > @vsf-enterprise/commercetools-types > ProductSelectionCreated
# ProductSelectionCreated 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 ProductSelectionCreated = MessagePayload & {
__typename?: 'ProductSelectionCreated';
productSelection: ProductSelectionCreatedPayload;
type: Scalars['String'];
};
References: MessagePayload, ProductSelectionCreatedPayload, Scalars