Skip to main content

InvalidSupplierAttributeValueErrorDetails

attributeIdstringrequired

The id of the attribute that has an invalid value

Example: 123e4567-e89b-12d3-a456-426614174000
pathstringrequired

The name of the attribute that has an invalid value

Example: Test Attribute
attributeTypestringrequired

Possible values: [string, boolean, number, list, listMultiple, qualification]

Example: string
value objectnullablerequired

The value of the attribute that has an invalid value

oneOf
string
InvalidSupplierAttributeValueErrorDetails
{
"attributeId": "123e4567-e89b-12d3-a456-426614174000",
"path": "Test Attribute",
"attributeType": "string",
"value": "string"
}