ProductAttributeInput
No description
input ProductAttributeInput {
attributeDefinitionId: ID!
value: String!
}
Fields
ProductAttributeInput.attributeDefinitionId ● ID! non-null scalar
The brand attribute definition ID which the value will be associated with.
ProductAttributeInput.value ● String! non-null scalar
The attribute value.
Member Of
AddProductAttributeInput input ● AddProductAttributesInput input