First of all I would advice you not to do this. It's unreadable and un-Pythonic. However you can reduce the number of lines with something like:
details, product_base, product_identity, category_string, store_id, image_hash, image_link_mask, results = [None] * 8
abort = False
data = {}