- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
getReports
Tested
GET
/reports/2021-06-30/reports
Reports
Last modified:2024-12-09 08:04:52
Maintainer:Sarath S
Rate (requests per second) | Burst |
---|---|
0.0222 | 10 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.Request
Query Params
reportTypes
array[string]
optional
>= 1 items<= 10 items
Example:
["FEE_DISCOUNTS_REPORT,GET_AFN_INVENTORY_DATA"]
processingStatuses
array[string]
optional
>= 1 items
Allowed values:
CANCELLEDDONEFATALIN_PROGRESSIN_QUEUE
Example:
["IN_QUEUE,IN_PROGRESS"]
marketplaceIds
array[string]
optional
>= 1 items<= 10 items
Example:
[""]
pageSize
integerÂ
optional
>= 1<= 100
Default:
10
createdSince
string <date-time>
optional
createdUntil
string <date-time>
optional
nextToken
stringÂ
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/reports/2021-06-30/reports?reportTypes=FEE_DISCOUNTS_REPORT,GET_AFN_INVENTORY_DATA&processingStatuses=IN_QUEUE,IN_PROGRESS&marketplaceIds=&pageSize=&createdSince=&createdUntil=&nextToken='
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response for the `getReports` operation.
reports
array[object (Report) {11}]Â
required
marketplaceIds
array[string]
optional
reportId
stringÂ
required
reportType
stringÂ
required
dataStartTime
string <date-time>
optional
dataEndTime
string <date-time>
optional
reportScheduleId
stringÂ
optional
createdTime
string <date-time>
required
processingStatus
enum<string>Â
required
Allowed values:
CANCELLEDDONEFATALIN_PROGRESSIN_QUEUE
processingStartTime
string <date-time>
optional
processingEndTime
string <date-time>
optional
reportDocumentId
stringÂ
optional
getReportDocument
operation to get the information you will need to retrieve the report document's contents.nextToken
stringÂ
optional
pageSize
. To get the next page of results, call getReports
with this token as the only parameter.Example
{
"reports": [
{
"marketplaceIds": [
"string"
],
"reportId": "string",
"reportType": "string",
"dataStartTime": "2019-08-24T14:15:22Z",
"dataEndTime": "2019-08-24T14:15:22Z",
"reportScheduleId": "string",
"createdTime": "2019-08-24T14:15:22Z",
"processingStatus": "CANCELLED",
"processingStartTime": "2019-08-24T14:15:22Z",
"processingEndTime": "2019-08-24T14:15:22Z",
"reportDocumentId": "string"
}
],
"nextToken": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable