Accounts List

GET {{SL_BASE_URL}}/api/user/accounts

This endpoint provides list of all marketplaces registered on SellerLegend against the provided access_token.
The response contains:

  • id -- SellerLegend Account ID
  • account_title -- The title of account on SellerLegend
  • country_code -- The marketplace's country code
  • currency_code -- The marketplace's currency
  • timezone -- The marketplace's timezone
  • marketplace -- The amazon provided marketplace ID
  • seller_id -- The amazon registered SellerID

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"Success","code":200,"message":"Accounts List","path":"api/user/accounts","accounts":[{"id":100000,"account_title":"MyAccountTitle (US)","country_code":"US","currency_code":"USD","timezone":"America/Los_Angeles","marketplace":"ATVPDKIKX0DER","seller_id":"\u003cSELLER-ID\u003e"},{"id":100001,"account_title":"MyAccountTitle (UK)","country_code":"UK","currency_code":"GBP","timezone":"Europe/Paris","marketplace":"A1F83G8C2ARO7P","seller_id":"\u003cSELLER-ID\u003e"},{"id":100002,"account_title":"MyAccountTitle (DE)","country_code":"DE","currency_code":"EUR","timezone":"Europe/Paris","marketplace":"A1PA6795UKMFR9","seller_id":"\u003cSELLER-ID\u003e"},{"id":100003,"account_title":"MyAccountTitle (ES)","country_code":"ES","currency_code":"EUR","timezone":"Europe/Paris","marketplace":"A1RKKUPIHCS9HS","seller_id":"\u003cSELLER-ID\u003e"},{"id":100004,"account_title":"MyAccountTitle (FR)","country_code":"FR","currency_code":"EUR","timezone":"Europe/Paris","marketplace":"A13V1IB3VIYZZH","seller_id":"\u003cSELLER-ID\u003e"}]}