Home > @vsf-enterprise/commercetools-types > ProductAttributeInput
# ProductAttributeInput type
Signature:
export declare type ProductAttributeInput = {
name: Scalars['String'];
value: Scalars['String'];
};
References: Scalars
Home > @vsf-enterprise/commercetools-types > ProductAttributeInput
Signature:
export declare type ProductAttributeInput = {
name: Scalars['String'];
value: Scalars['String'];
};
References: Scalars
On this page