AMALYZE Falcon API

mws.accounts (POST)

Endpoint

Endpoint mws.accounts returns the seller accounts, associated with the account.

Endpoint
POST mws.accounts
Example call

JSON Payload

PropertyTypeDescriptionFurther information
paginationobjectObject containing the pagination informationpagination object definition
filtersobjectObject containing the filter information
filters.namestringThe sellers nameoptional
filters.idstringThe sellers idoptional
filters.querystringFulltext search over all available fieldsoptional
sortingarrayArray containing the sorting information
sorting.columnstringThe column to sort
  • name: sort by profiles name
  • type: sort by profile type
  • id: sort byprofile id
sorting.directionstringThe direction to sortvalid direction values
JSON Response

PropertyTypeDescription
itemsarrayArray containing the accounts
items.scorefloatThe (internal) score for the query
items.namestringThe merchant / vendor name associated with the profile
items.idstringThe merchant / vendor id associated with the profile
items.typestringThe profile’s type (vendor / seller)
items.marketplacesobjectObject containing information about the marketplaces
items.marketplaces.marketplaceobjectObject containing information about the specific marketplace
valid properties:
  • A2EUQ1WTGCTBG2 amazon.ca
  • ATVPDKIKX0DER amazon.com
  • A1AM78C64UM0Y8 amazon.mx
  • A1RKKUPIHCS9HS amazon.es
  • A1F83G8C2ARO7P amazon.co.uk
  • A13V1IB3VIYZZH amazon.fr
  • A1PA6795UKMFR9 amazon.de
  • APJ6JRA9NG5V4 amazon.it
items.marketplaces.marketplace.activebooleanIndicates, if the profile has access to the specific marketplace
Updates / Changes
Menu