The Reports API allows you to generate new reports and download them as CSV files. Here is a complete list of available reports
| Report Code | Report Name and Link | startDate/endDate parameters used | countryCode supported |
|---|---|---|---|
| Claims-Claims_Submitted | Claims - Claims Submitted | YES | NO |
| Inbounds-Packages | Inbounds - Packages Report | YES | NO |
| Inbounds-Shipments | Inbounds - Shipments Report | YES | NO |
| Inbounds-Shipping_Plan_Reconciliation | Inbounds - Inventory / Shipping Plan Reconciliation Report | NO | NO |
| Inbounds-Inventory_Reconciliation | Inbounds - Inventory / Shipping Plan Reconciliation Report | NO | NO |
| Inventory-Levels_Today | Inventory - Levels Today Report | NO | NO |
| Inventory-Units_In_Long_Term_Storage | Inventory - Units in Long Term Storage Report | NO | NO |
| Orders-All_Orders | Orders - Orders Report | YES | NO |
| Orders-Shipments | Orders - Shipments Report | YES | NO |
| Products-All_SKUs_With_Alias_Counts | Products - All SKUs With Alias Counts Report | NO | NO |
| Products-Available_SKUs_With_Alias_Counts | Products - Available SKUs With Alias Counts Report | NO | NO |
| Products-Available_SKUs_With_No_Aliases | Products - Available SKUs With No Aliases Report | NO | NO |
| Products-SKUs_With_Linked_Aliases | Products - SKUs with Linked Aliases Report | NO | NO |
| Returns-All_Returns | Returns - All Returns | YES | NO |
| Returns-All_SKUs | Returns - All Return Items by MSKU | YES | NO |
Returns a report or report status identified by the reportReference id
Report status and url
Unauthorized
A report with the given report reference was not found
{- "status": "PENDING",
- "urlExpiration": "2019-08-24T14:15:22Z",
- "url": "string",
- "errorMessage": "string"
}Creates a new report that can be downloaded in CSV format
{- "reportType": "Orders-Backorder_Items",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "isScheduled": true,
- "jobId": 0,
- "timezone": "America/Los_Angeles",
- "countryCode": "string"
}{- "reportReference": "string"
}