Closed
Description
Tell us about the problem you're trying to solve
We need to change report streams logics in the Amazon SP connector.
Describe the solution you’d like
We should treat the reports as a one time object. So we need to do the following steps:
- Create the report with given type and date range.
- Wait some time till the report if generated.
- Request the following report by id.
- (optional) Delete the following report.
Describe the alternative you’ve considered or used
Currently we just make a get list reports request, but this requires the users to generate the reports manually or with some other app. This is not convenient for the end user.