AttributeDescriptionDeleteFailureReason
Why an attribute description in a bulk delete request was not deleted
enum AttributeDescriptionDeleteFailureReason {
ATTRIBUTE_DESCRIPTION_NOT_FOUND
ATTRIBUTE_DESCRIPTION_IN_USE
ATTRIBUTE_DESCRIPTION_USAGE_CHECK_FAILED
}
Values
AttributeDescriptionDeleteFailureReason.ATTRIBUTE_DESCRIPTION_NOT_FOUND
No attribute description with that id exists for this tenant. Retrying will not change that.
AttributeDescriptionDeleteFailureReason.ATTRIBUTE_DESCRIPTION_IN_USE
The description is still referenced by attribute values, carts or tenders. Retrying will not change that — the references have to go first, and there is no override.
AttributeDescriptionDeleteFailureReason.ATTRIBUTE_DESCRIPTION_USAGE_CHECK_FAILED
Usage could not be determined because cart or tender was unreachable, so the delete was refused rather than risking a stranded reference. Nothing was touched and the request is safe to retry.