post https://api.business.amazon.com/reports/2021-09-30/reports
Creates a report for the specified input parameters.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.0167 | 15 |
The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation. The preceding table indicates the default rate and burst values for this operation. For questions about your usage plan, reach out to your Amazon Business technical contact.
To test this API, use any of the following sample request bodies. You can either populate the input fields below with values from these samples, or select the Edit JSON body field (
{ }
) in the request code box on the right and provide a full request payload.Example #1 - Click to expand
{ "reportType": "GET_AB_INVOICE_PDF", "marketplaceIds": [ "A1PA6795UKMFR9" ], "reportOptions":{ "invoiceId": "GB1UFB1HAEUI", "documentType": "Invoice" } }
Example #2 - Click to expand
{ "reportType": "GET_AB_INVOICE_PDF", "marketplaceIds": [ "A1PA6795UKMFR9" ], "reportOptions":{ "orderId": "203-9277085-5441169", "orderLineItemId": "20710282414442", "shipmentId": "D6jrvDy6t" } }
Example #3 - Click to expand
{ "reportOptions": { "invoiceId":"1111-2222-3333", "documentType": "Credits" }, "reportType": "GET_AB_INVOICE_PDF", "marketplaceIds": ["ATVPDKIKX0DER"] }