AMALYZE Falcon API

portfolios.custom (PUT)

Endpoint

Endpoint portfolios.custom creates a custom portfolio

Method
PUT portfolios.custom
Example call

JSON Payload

PropertyTypeDescriptionFurther informationVersion
marketplacestringString containing the marketplace idvalid marketplaces ids0.4.0
asinsarrayArray containing the ASINs for the static portfolio.You can provide either asins for a static portfolio or query for a dynamic one.0.4.0
querystringString containing the query for the dynamic portfolioYou can provide either asins for a static portfolio or query for a dynamic one.0.4.0
namestringA custom name for the portfolio0.4.0
usersarrayArray containing the users ID, which shall receive the portfolio report via emailIf you want a specific user to receive the portfolio report via email, add it here0.4.0
JSON Response

PropertyTypeDescriptionVersion
portfolioobjectObject containing information about the created portfolio0.4.0
portfolio.idstringportfolios ID0.4.0
portfolio.namestringportfolios name0.4.0
portfolio.marketplacestringportfolios marketplace0.4.0
requestobjectThe request information object (see Request information for more information)0.4.0
Updates / Changes
VersionDescription
0.4.0created
Menu