SupplierAttributeNotFoundError
titlestringrequired
Human-readable error title
Example:
Error occurreddetails objectrequired
valuestringrequired
The name of the attribute that was not found
Example:
Test Attributepathstringrequired
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\"]"
}
}