-
I've been trying to get the inventory ledger report with this code but it only returns an empty document with only the column names: report_type = ReportType.GET_LEDGER_SUMMARY_VIEW_DATA The document I download only has this: "Date" "FNSKU" "ASIN" "MSKU" "Title" "Disposition" "Starting Warehouse Balance" "In Transit Between Warehouses" "Receipts" "Customer Shipments" "Customer Returns" "Vendor Returns" "Warehouse Transfer In/Out" "Found" "Lost" "Damaged" "Disposed" "Other Events" "Ending Warehouse Balance" "Unknown Events" "Location" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I figured out the issue, for anyone else who's having problems with this you need to add dataStartTime and dataEndTime in ISO 8601 date time format. |
Beta Was this translation helpful? Give feedback.
-
Another resolution to this may be how you are specifying the dates to conform to aggregatedByTimePeriod reportOptions. In my case, I was trying to generate daily aggregate reports, but by default the report is set to monthly causing no data to be returned. |
Beta Was this translation helpful? Give feedback.
I figured out the issue, for anyone else who's having problems with this you need to add dataStartTime and dataEndTime in ISO 8601 date time format.