B2B Product Opportunities Report Type Values

The available B2B Product Opportunities Report Type Values for the Selling Partner Reports API.

B2B product opportunities reports

Name Description

B2B Product Opportunities - Recommended for You Report

reportType value:
GET_B2B_PRODUCT_OPPORTUNITIES_RECOMMENDED_FOR_YOU

This report is only available in these marketplaces:

  • US

  • Spain

  • UK

  • France

  • Germany

  • Italy

  • India

  • Japan

Comma-separated report that includes recommended products that might be a good opportunity for the selling partner's business on Amazon. Each report offers up to 10,000 recommendations and is refreshed weekly.

This report accepts the following reportOptions values:

  • categories - type: String | (Optional) | Defaults to "".
    Accepts a semicolon separated list of categories to use to filter the report.
    Example: "reportOptions":{"categories":"Luggage;Wireless;Groceries"}
    The list of categories can be obtained by generating a report without entering a categories parameter.
  • subCategories - type: String | (Optional) |Defaults to "".
    Accepts a semicolon separated list of subcategories to use to filter the report.
    Example: "reportOptions":{"subCategories":"9100 Backpacks;1500 Navigation Electronics"}
    The list of subcategories can be obtained by generating a report without entering a subCategories parameter.
  • depersonalized - type: Boolean | (Optional) | Defaults to false.
    A value that indicates if you are requesting a depersonalized report. A depersonalized report provides default recommendations that are not customized based on current seller history.
    Example: "reportOptions":{"depersonalized":"true"}
  • filterMode - type: "include" or "exclude" | (Optional) | Defaults to include.
    Use "include" to include only the categories or subCategories specified in reportOptions, or "exclude" to exclude them from the report (for example, the report will not show any listings with "Home Improvement" if it was specified as the category).
    Example: "reportOptions":{"filterMode":"exclude"}

Note: categories and subCategories are exclusive operations. If both a list of categories and subCategories are provided, the returned report will only filter for subCategories, and disregard the input from categories.

Can be requested.

B2B Product Opportunities - Not yet on Amazon

reportType value:
GET_B2B_PRODUCT_OPPORTUNITIES_NOT_YET_ON_AMAZON

This report is only available in these marketplaces:

  • US

  • Spain

  • UK

  • France

  • Germany

  • Italy

  • India

  • Japan

Comma-separated report includes a compiled a list of products that are in demand, but are not yet on Amazon. Each report offers up to 10,000 recommendations and is refreshed weekly.

This report accepts the following reportOptions values:

  • categories - type: String | (Optional) | Defaults to "".
    Accepts a semicolon separated list of categories to use to filter the report.
    Example: "reportOptions":{"categories":"Luggage;Wireless;Groceries"}
    The list of categories can be obtained by generating a report without entering a categories parameter.
  • depersonalized - type: Boolean | (Optional) | Defaults to false.
    A value that indicates if you are requesting a depersonalized report. A depersonalized report provides default recommendations that are not customized based on current seller history.
    Example: "reportOptions":{"depersonalized":"true"}
  • filterMode - type: "include" or "exclude" | (Optional) | Defaults to include.
    Use "include" to include only the categories or subCategories specified in reportOptions, or "exclude" to exclude them from the report (for example, the report will not show any listings with "Home Improvement" if it was specified as the category).
    Example: "reportOptions":{"filterMode":"exclude"}

Note: subCategories are not available in this report.

Can be requested.