Home > @vsf-enterprise/commercetools-types > IndividualProductSelectionCreatedPayloadNameArgs
# IndividualProductSelectionCreatedPayloadNameArgs 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 IndividualProductSelectionCreatedPayloadNameArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};
References: InputMaybe, Scalars