Search a seller's listings items
Returns a paginated list of the seller’s listings items. Mirrors Amazon
SP-API searchListingsItems so an existing SP-API client can call the
seller-level collection endpoint (no SKU in the path) against v4.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
sellerId
Seller identifier
Query parameters
marketplaceIds
Allowed values:
includedData
pageSize
Maximum number of results per page
pageToken
Opaque cursor returned by a previous call for the next page
Response
Success
numberOfResults
Total number of matching listings items
items
pagination
Errors
400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error