Thank you for the feedback.
So with protein accessions (such as WP_000907403.1, EAW7713904.1, etc...) I can use them to retrieve Genbank files?
When I try this in Python:
Entrez.efetch(db='nuccore', id=id_list[1], rettype="gbwithparts", retmode="text") where id_list[1] = ADT73839.1
returns a HTTPError (Bad Request), which I am presuming it is because it is not accepting the id.
The id's returned from the BLASTp are a wide range of accessions(?) from different databases(?).
ie, the BLASTp result gives me different accession returns...
Hopefully that adds / helps to my predicament. Let me know if you (or anyone) needs a sample of what I am querying etc...
Thanks again!