v1
List seller profiles
Returns a paginated list of Amazon seller profiles connected to your organization. Use the sellerId and marketplace from these results to query seller-specific endpoints such as catalog and inventory.
get/v1/seller_profiles
Query parameters
currentPagenumber
Example:1
The page of items to retrieve. By default, it is 1
pageSizenumber
Example:20
Number of items per page. By default, it is 20. Max page size is 50
Response
Example response
{
"currentPage": 1,
"pageSize": 20,
"lastPage": 1,
"total": 1,
"data": [
{
"sellerId": "A1B2C3D4E5",
"sellerName": "My Brand Store",
"marketplace": "com",
"hasAdApi": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.