PRO100 numeric id: the SKU reduced to digits only ("76.0026.12" -> "76002612"). Shared by the PRO100 export (id column) and import (match key) so the two never drift. nil/no-digit -> "".
"76.0026.12"
"76002612"
nil
""
@spec digits_only(String.t() | nil) :: String.t()