Hierarchy

  • Operation
    • SponsoredDisplaySuggestedProductsOperation

Constructors

Methods

  • Gets the readiness status for a specified list of up to 100 products.

    Returns

    Parameters

    • params: { asins: string[]; tactic: "remarketing" | "T00010" }
      • asins: string[]

        A comma separated list of product ASINs.

      • tactic: "remarketing" | "T00010"

        Filters the products to specified advertising tactic. This is currently available for T00010 and remarketing tactics only.

    Returns Promise<{ asin: string; readinessStatus: "HIGH" | "MEDIUM" | "LOW" | "NOT_APPLICABLE" }[]>

  • Gets a list of all products eligible for advertising using the specified tactic type. Each product in the list includes an associated readiness status.

    Returns

    Parameters

    • params: { count: undefined | number; startIndex: undefined | number } & { tacticFilter: "remarketing" | "T00010" } & { readinessFilter: undefined | "HIGH" | "MEDIUM" | "LOW" | "NOT_APPLICABLE" }

    Returns Promise<{ asins: string[]; readinessStatus: "HIGH" | "MEDIUM" | "LOW" | "NOT_APPLICABLE" }[]>