Invoices
List Invoice Items
Get a list of invoice items for a given month and year
GET
/
invoices
/
items
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The maximum number of items to return
Required range:
1 < x < 100
The cursor returned from the last request, if omitted the first page will be returned
Maximum length:
512
Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]
Required range:
0 < x < 11
Required range:
2023 < x < 2030
Represents an Amazon marketplace. If "all" is specified then the scope is all marketplaces.
Available options:
all
, amazon.com
, amazon.co.uk
, amazon.ca
, amazon.de
, amazon.fr