Skip to main content

SupplierAttributeNotFoundError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuestringrequired

The name of the attribute that was not found

Example: Test Attribute
pathstringrequired

The path of the attribute that was not found

Example: attributes["Test Attribute"]
SupplierAttributeNotFoundError
{
"title": "Error occurred",
"details": {
"value": "Test Attribute",
"path": "attributes[\"Test Attribute\"]"
}
}