b2bProductOpportunitiesRecommendedForYouReport20201119: {
    $id: "http://example.com/example.json";
    description: "Provides B2B product recommendations based on predicted incremental units sold, unmet buyer demand, low offer count, and other factors for products already offered on Amazon. The recommendations are personalized to the Seller based on past sales activity.";
    examples: readonly [
        {
            recommendations: readonly [
                {
                    asin: "B001F0R1FG";
                    b2bSalesRank: 2158;
                    b2bSalesRankGrowth: "LOW";
                    brand: "HP";
                    category: "Office Products";
                    ean: "3663361254702";
                    hasAmazonOffer: true;
                    hasFBAOffer: true;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: true;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "HP 05A | CE505A | Toner Cartridge | Black";
                    link: "https://www.amazon.com/dp/B001F0R1FG/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 43.95; currencyCode: "USD" };
                    modelNumber: "CE505A";
                    offerCount: 50;
                    pageViews: "MEDIUM";
                    partNumber: "CE505A";
                    productPerformance: "TIER_1";
                    reviewCount: 439;
                    subCategory: "0375 Toner";
                    upc: "701748596694";
                },
            ];
        },
        {
            recommendations: readonly [
                {
                    asin: "B07F77R77F";
                    b2bSalesRank: 1156;
                    b2bSalesRankGrowth: "LOW";
                    brand: "NITRAS";
                    category: "Apparel";
                    ean: "4061553011352";
                    hasAmazonOffer: false;
                    hasFBAOffer: true;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: false;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "Nitras Motion TEX VIZ Veste Softshell Haute visibilité | Veste de Travail avec Bordure réfléchissante 3M | Coupe-Vent | XXL";
                    link: "https://www.amazon.fr/dp/B07F77R77F/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 59.98; currencyCode: "EUR" };
                    modelNumber: "7171_XXL";
                    offerCount: 1;
                    pageViews: "HIGH";
                    partNumber: "7171-2XL";
                    productPerformance: "TIER_3";
                    reviewCount: 5;
                    subCategory: "1950 Men's Other";
                },
            ];
        },
        {
            recommendations: readonly [
                {
                    asin: "B08DYCHX68";
                    b2bSalesRank: 499;
                    b2bSalesRankGrowth: "LOW";
                    brand: "ノーブランド品";
                    category: "Toys";
                    ean: "4061553011352";
                    hasAmazonOffer: false;
                    hasFBAOffer: false;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: true;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "無印良品 公園の時計 大 ヌメ革 腕時計 MJ-PCWB2 ソーラー充電 公園の時計大";
                    link: "https://www.amazon.co.jp/dp/B08DYCHX68/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 13803; currencyCode: "JPY" };
                    modelNumber: "7171_XXL";
                    offerCount: 139;
                    pageViews: "HIGH";
                    partNumber: "7171-2XL";
                    productPerformance: "TIER_3";
                    reviewCount: 0;
                    subCategory: "0600 Hobbies";
                },
            ];
        },
        {
            recommendations: readonly [
                {
                    asin: "B07NYFV364";
                    b2bSalesRank: 53;
                    b2bSalesRankGrowth: "HIGH";
                    brand: "HandPRO";
                    category: "Biss";
                    hasAmazonOffer: false;
                    hasFBAOffer: false;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: true;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "HandPro Black Nitrile Powder free hand gloves 1 Box (Medium)";
                    link: "https://www.amazon.in/dp/B07NYFV364/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 699; currencyCode: "INR" };
                    offerCount: 1;
                    pageViews: "MEDIUM";
                    productPerformance: "TIER_1";
                    reviewCount: 13;
                    subCategory: "3100 Professional Medical";
                },
            ];
        },
    ];
    properties: {
        recommendations: {
            additionalItems: true;
            description: "A list of B2B product opportunity recommendation objects.";
            items: {
                description: "The recommendation result object.";
                properties: {
                    asin: {
                        description: "The Amazon Standard Identification Number (ASIN).";
                        type: "string";
                    };
                    b2bSalesRank: {
                        description: "The sales rank of the product, at the Category level, based only on Amazon Business customer purchases.";
                        type: "integer";
                    };
                    b2bSalesRankGrowth: {
                        description: "A general measure of how much the business sales rank has grown (relative to other products in the category) over the past 30 days displayed as 'HIGH', 'MEDIUM', or 'LOW'.";
                        enum: readonly ["HIGH", "MEDIUM", "LOW"];
                        type: "string";
                        "x-docgen-enum-table-extension": readonly [
                            {
                                description: "'HIGH' means that the product’s business sales rank has grown over 33% from the previous month.";
                                value: "HIGH";
                            },
                            {
                                description: "'MEDIUM' means that it has grown from 0% to 33%.";
                                value: "MEDIUM";
                            },
                            {
                                description: "'LOW' means that the Business Sales Rank has decreased (growth less than 0%).";
                                value: "LOW";
                            },
                        ];
                    };
                    brand: {
                        description: "The brand name of the product.";
                        type: "string";
                    };
                    category: {
                        description: "The primary product category (For example, Office Products).";
                        type: "string";
                    };
                    ean: {
                        description: "The European Article Number (EAN) of the product.";
                        type: "string";
                    };
                    hasAmazonOffer: {
                        description: "A 'true' means that an active Amazon (retail) offer exists on the product. A 'false' means there are no active Amazon offers for the product.";
                        type: "boolean";
                    };
                    hasFBAOffer: {
                        description: "A 'true' means at least one Fulfillment by Amazon (FBA) offer exists on the product. A 'false' means there are no FBA offers for the product.";
                        type: "boolean";
                    };
                    hasOfferWithVatInvoiceGeneration: {
                        description: "This field will be equal to 'true' only if it has at least one offer from a seller who has adopted an automated solution for VAT invoice generation. This type of offer will guarantee that the buyer will have access to a downloadable VAT invoice.";
                        type: "boolean";
                    };
                    isbn: {
                        description: "The International Standard Book Number (ISBN) of the product.";
                        type: "string";
                    };
                    isBrandYouOffer: {
                        description: "A 'true' means that the product shares a brand with at least one of your active offers. A 'false' means the product does not share a brand with any of your active offers.";
                        type: "boolean";
                    };
                    isCategoryYouOffer: {
                        description: "A 'true' means the product shares a category with at least one of your active offers. A 'false' means the product does not share a category with any of your active offers.";
                        type: "boolean";
                    };
                    isProductOnAmazon: {
                        description: "A 'true' means the product is listed on Amazon. A 'false' means the product is not listed on Amazon.";
                        type: "boolean";
                    };
                    itemName: { description: "The title of the product."; type: "string" };
                    link: {
                        description: "A hyperlink to the Amazon product detail page.";
                        type: "string";
                    };
                    lowestPriceInTheLastWeek: {
                        description: "The lowest priced offer on the product in the last week.";
                        properties: {
                            amount: { description: "The currency amount."; type: "number" };
                            currencyCode: {
                                description: "Three-digit currency code. In ISO 4217 format.";
                                type: "string";
                            };
                        };
                        required: readonly ["amount", "currencyCode"];
                        type: "object";
                    };
                    modelNumber: {
                        description: "The Model Number of the product.";
                        type: "string";
                    };
                    offerCount: {
                        description: "The total number of active offers on the product (including Amazon Retail).";
                        type: "integer";
                    };
                    pageViews: {
                        description: "A general measure of how many times the product has been viewed in the past 30 days displayed as 'HIGH', 'MEDIUM', or 'LOW'.";
                        enum: readonly ["HIGH", "MEDIUM", "LOW"];
                        type: "string";
                        "x-docgen-enum-table-extension": readonly [
                            {
                                description: "'HIGH' means that the product is in the top 40% of the product’s category.";
                                value: "HIGH";
                            },
                            {
                                description: "'MEDIUM' means the product is in the next 40%.";
                                value: "MEDIUM";
                            },
                            {
                                description: "'LOW' means that the product is in the bottom 20% of its category.";
                                value: "LOW";
                            },
                        ];
                    };
                    partNumber: {
                        description: "The Manufacturer Part Number (MPN) of the product.";
                        type: "string";
                    };
                    productPerformance: {
                        description: "A general measure of product sales to Amazon Business customers over the past 30 days displayed as 'TIER_1', 'TIER_2', and 'TIER_3' where 'TIER_1' is best performing and 'TIER_3' is least performing. Product performance is based on the business sales rank.";
                        enum: readonly ["TIER_1", "TIER_2", "TIER_3"];
                        type: "string";
                        "x-docgen-enum-table-extension": readonly [
                            {
                                description: "If the product has a business sales rank under 10,000, it is considered 'TIER_1'.";
                                value: "TIER_1";
                            },
                            {
                                description: "If a product has a business sales rank between 10,000 and 20,000, then the product is considered 'TIER_2'.";
                                value: "TIER_2";
                            },
                            {
                                description: "If the product has a business sales rank over 20,000, it is considered 'TIER_3'.";
                                value: "TIER_3";
                            },
                        ];
                    };
                    reviewCount: {
                        description: "The total number of customer reviews for the product.";
                        type: "integer";
                    };
                    subCategory: {
                        description: "The secondary product category (For example, Computer Monitors).";
                        type: "string";
                    };
                    upc: {
                        description: "The Universal Product Code (UPC) of the product.";
                        type: "string";
                    };
                };
                required: readonly ["asin"];
                type: "object";
            };
            type: "array";
        };
    };
    required: readonly ["recommendations"];
    type: "object";
} = ...

Type declaration

  • Readonly$id: "http://example.com/example.json"
  • Readonlydescription: "Provides B2B product recommendations based on predicted incremental units sold, unmet buyer demand, low offer count, and other factors for products already offered on Amazon. The recommendations are personalized to the Seller based on past sales activity."
  • Readonlyexamples: readonly [
        {
            recommendations: readonly [
                {
                    asin: "B001F0R1FG";
                    b2bSalesRank: 2158;
                    b2bSalesRankGrowth: "LOW";
                    brand: "HP";
                    category: "Office Products";
                    ean: "3663361254702";
                    hasAmazonOffer: true;
                    hasFBAOffer: true;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: true;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "HP 05A | CE505A | Toner Cartridge | Black";
                    link: "https://www.amazon.com/dp/B001F0R1FG/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 43.95; currencyCode: "USD" };
                    modelNumber: "CE505A";
                    offerCount: 50;
                    pageViews: "MEDIUM";
                    partNumber: "CE505A";
                    productPerformance: "TIER_1";
                    reviewCount: 439;
                    subCategory: "0375 Toner";
                    upc: "701748596694";
                },
            ];
        },
        {
            recommendations: readonly [
                {
                    asin: "B07F77R77F";
                    b2bSalesRank: 1156;
                    b2bSalesRankGrowth: "LOW";
                    brand: "NITRAS";
                    category: "Apparel";
                    ean: "4061553011352";
                    hasAmazonOffer: false;
                    hasFBAOffer: true;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: false;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "Nitras Motion TEX VIZ Veste Softshell Haute visibilité | Veste de Travail avec Bordure réfléchissante 3M | Coupe-Vent | XXL";
                    link: "https://www.amazon.fr/dp/B07F77R77F/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 59.98; currencyCode: "EUR" };
                    modelNumber: "7171_XXL";
                    offerCount: 1;
                    pageViews: "HIGH";
                    partNumber: "7171-2XL";
                    productPerformance: "TIER_3";
                    reviewCount: 5;
                    subCategory: "1950 Men's Other";
                },
            ];
        },
        {
            recommendations: readonly [
                {
                    asin: "B08DYCHX68";
                    b2bSalesRank: 499;
                    b2bSalesRankGrowth: "LOW";
                    brand: "ノーブランド品";
                    category: "Toys";
                    ean: "4061553011352";
                    hasAmazonOffer: false;
                    hasFBAOffer: false;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: true;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "無印良品 公園の時計 大 ヌメ革 腕時計 MJ-PCWB2 ソーラー充電 公園の時計大";
                    link: "https://www.amazon.co.jp/dp/B08DYCHX68/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 13803; currencyCode: "JPY" };
                    modelNumber: "7171_XXL";
                    offerCount: 139;
                    pageViews: "HIGH";
                    partNumber: "7171-2XL";
                    productPerformance: "TIER_3";
                    reviewCount: 0;
                    subCategory: "0600 Hobbies";
                },
            ];
        },
        {
            recommendations: readonly [
                {
                    asin: "B07NYFV364";
                    b2bSalesRank: 53;
                    b2bSalesRankGrowth: "HIGH";
                    brand: "HandPRO";
                    category: "Biss";
                    hasAmazonOffer: false;
                    hasFBAOffer: false;
                    hasOfferWithVatInvoiceGeneration: false;
                    isBrandYouOffer: true;
                    isCategoryYouOffer: true;
                    isProductOnAmazon: false;
                    itemName: "HandPro Black Nitrile Powder free hand gloves 1 Box (Medium)";
                    link: "https://www.amazon.in/dp/B07NYFV364/ref_=mbop";
                    lowestPriceInTheLastWeek: { amount: 699; currencyCode: "INR" };
                    offerCount: 1;
                    pageViews: "MEDIUM";
                    productPerformance: "TIER_1";
                    reviewCount: 13;
                    subCategory: "3100 Professional Medical";
                },
            ];
        },
    ]
  • Readonlyproperties: {
        recommendations: {
            additionalItems: true;
            description: "A list of B2B product opportunity recommendation objects.";
            items: {
                description: "The recommendation result object.";
                properties: {
                    asin: {
                        description: "The Amazon Standard Identification Number (ASIN).";
                        type: "string";
                    };
                    b2bSalesRank: {
                        description: "The sales rank of the product, at the Category level, based only on Amazon Business customer purchases.";
                        type: "integer";
                    };
                    b2bSalesRankGrowth: {
                        description: "A general measure of how much the business sales rank has grown (relative to other products in the category) over the past 30 days displayed as 'HIGH', 'MEDIUM', or 'LOW'.";
                        enum: readonly ["HIGH", "MEDIUM", "LOW"];
                        type: "string";
                        "x-docgen-enum-table-extension": readonly [
                            {
                                description: "'HIGH' means that the product’s business sales rank has grown over 33% from the previous month.";
                                value: "HIGH";
                            },
                            {
                                description: "'MEDIUM' means that it has grown from 0% to 33%.";
                                value: "MEDIUM";
                            },
                            {
                                description: "'LOW' means that the Business Sales Rank has decreased (growth less than 0%).";
                                value: "LOW";
                            },
                        ];
                    };
                    brand: { description: "The brand name of the product."; type: "string" };
                    category: {
                        description: "The primary product category (For example, Office Products).";
                        type: "string";
                    };
                    ean: {
                        description: "The European Article Number (EAN) of the product.";
                        type: "string";
                    };
                    hasAmazonOffer: {
                        description: "A 'true' means that an active Amazon (retail) offer exists on the product. A 'false' means there are no active Amazon offers for the product.";
                        type: "boolean";
                    };
                    hasFBAOffer: {
                        description: "A 'true' means at least one Fulfillment by Amazon (FBA) offer exists on the product. A 'false' means there are no FBA offers for the product.";
                        type: "boolean";
                    };
                    hasOfferWithVatInvoiceGeneration: {
                        description: "This field will be equal to 'true' only if it has at least one offer from a seller who has adopted an automated solution for VAT invoice generation. This type of offer will guarantee that the buyer will have access to a downloadable VAT invoice.";
                        type: "boolean";
                    };
                    isbn: {
                        description: "The International Standard Book Number (ISBN) of the product.";
                        type: "string";
                    };
                    isBrandYouOffer: {
                        description: "A 'true' means that the product shares a brand with at least one of your active offers. A 'false' means the product does not share a brand with any of your active offers.";
                        type: "boolean";
                    };
                    isCategoryYouOffer: {
                        description: "A 'true' means the product shares a category with at least one of your active offers. A 'false' means the product does not share a category with any of your active offers.";
                        type: "boolean";
                    };
                    isProductOnAmazon: {
                        description: "A 'true' means the product is listed on Amazon. A 'false' means the product is not listed on Amazon.";
                        type: "boolean";
                    };
                    itemName: { description: "The title of the product."; type: "string" };
                    link: {
                        description: "A hyperlink to the Amazon product detail page.";
                        type: "string";
                    };
                    lowestPriceInTheLastWeek: {
                        description: "The lowest priced offer on the product in the last week.";
                        properties: {
                            amount: { description: "The currency amount."; type: "number" };
                            currencyCode: {
                                description: "Three-digit currency code. In ISO 4217 format.";
                                type: "string";
                            };
                        };
                        required: readonly ["amount", "currencyCode"];
                        type: "object";
                    };
                    modelNumber: {
                        description: "The Model Number of the product.";
                        type: "string";
                    };
                    offerCount: {
                        description: "The total number of active offers on the product (including Amazon Retail).";
                        type: "integer";
                    };
                    pageViews: {
                        description: "A general measure of how many times the product has been viewed in the past 30 days displayed as 'HIGH', 'MEDIUM', or 'LOW'.";
                        enum: readonly ["HIGH", "MEDIUM", "LOW"];
                        type: "string";
                        "x-docgen-enum-table-extension": readonly [
                            {
                                description: "'HIGH' means that the product is in the top 40% of the product’s category.";
                                value: "HIGH";
                            },
                            {
                                description: "'MEDIUM' means the product is in the next 40%.";
                                value: "MEDIUM";
                            },
                            {
                                description: "'LOW' means that the product is in the bottom 20% of its category.";
                                value: "LOW";
                            },
                        ];
                    };
                    partNumber: {
                        description: "The Manufacturer Part Number (MPN) of the product.";
                        type: "string";
                    };
                    productPerformance: {
                        description: "A general measure of product sales to Amazon Business customers over the past 30 days displayed as 'TIER_1', 'TIER_2', and 'TIER_3' where 'TIER_1' is best performing and 'TIER_3' is least performing. Product performance is based on the business sales rank.";
                        enum: readonly ["TIER_1", "TIER_2", "TIER_3"];
                        type: "string";
                        "x-docgen-enum-table-extension": readonly [
                            {
                                description: "If the product has a business sales rank under 10,000, it is considered 'TIER_1'.";
                                value: "TIER_1";
                            },
                            {
                                description: "If a product has a business sales rank between 10,000 and 20,000, then the product is considered 'TIER_2'.";
                                value: "TIER_2";
                            },
                            {
                                description: "If the product has a business sales rank over 20,000, it is considered 'TIER_3'.";
                                value: "TIER_3";
                            },
                        ];
                    };
                    reviewCount: {
                        description: "The total number of customer reviews for the product.";
                        type: "integer";
                    };
                    subCategory: {
                        description: "The secondary product category (For example, Computer Monitors).";
                        type: "string";
                    };
                    upc: {
                        description: "The Universal Product Code (UPC) of the product.";
                        type: "string";
                    };
                };
                required: readonly ["asin"];
                type: "object";
            };
            type: "array";
        };
    }
  • Readonlyrequired: readonly ["recommendations"]
  • Readonlytype: "object"
MMNEPVFCICPMFPCPTTAAATR