Product type for Sentinel-2 data download via python

@ABraun @arnab @marpet

I would like to download the Sentinel-2 “2A” Product via a python script. So far I have following code:

products = api.query(footprint,
date=(date(2019, 10, 12), date(2019, 11, 12)), #just some dates at random
platformname=‘Sentinel-2’,
producttype=“2A”)

Is this the correct product type for the 2A dataset? This only gives me an empty OrderedDict() so far.

Thank you,

CS,

I guess you are trying to access th Open Access Hub.
If so, you could try as product type what is shown in the web interface: