post https://api.business.amazon.com/reconciliation/2021-01-08/invoices
Returns the invoice details for the order line items provided in the request.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
2 | 10 |
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 any of the following sample request payloads.Example #1 - Click to expand
{ "orderLineItems": [ { "orderId": "206-8697112-6522000", "orderLineItemId": "20764520160100", "shipmentId": "DCYHpTnpG" } ] }
Example #2 - Click to expand
{ "orderLineItems": [ { "orderId": "111-1087441-1234567", "orderLineItemId": "92258882544123", "shipmentId": "XWwjNjAbC" } ] }
Example #3 - Click to expand
{ "orderLineItems": [ { "orderId": "203-4992113-3763510", "orderLineItemId": "20710696305482", "shipmentId": "Dnblwrygt" } ] }