I’ve managed to successfully do a data search for Airbus/Pleiades data and get several results.
However, if I try to simply order based on that successful search query (https://docs.sentinel-hub.com/api/latest/#/DATA_IMPORT_API/examples?id=order-using-query-1), I get this response:
HTTPError: 400 Client Error: Bad Request for url: https://services.sentinel-hub.com/dataimport/v1/orders
The query which works for search but not ordering:
{‘provider’: ‘AIRBUS’,
‘bounds’: {‘geometry’: {‘type’: ‘Polygon’,
‘coordinates’: ()}},
‘data’: [{‘constellation’: ‘PHR’,
‘dataFilter’: {‘timeRange’: {‘from’: ‘2020-03-01T00:00:00.000Z’,
‘to’: ‘2020-04-10T00:00:00.000Z’}}}]}
Any assistance would be greatly appreciated!

