b2bProductOpportunitiesNotYetOnAmazonReport20201119: {
    description: "Provides B2B product recommendations based on predicted incremental units sold, unmet buyer demand, and other factors for products not yet listed on Amazon. The recommendations are personalized to the seller based on past sales activity.";
    examples: readonly [
        {
            recommendations: readonly [
                {
                    brand: "EXCLUSIVE HOME";
                    category: "Furniture";
                    ean: "6424721049560";
                    initialB2bBuyerRequestedDate: "2020-11-14 00:00:00";
                    itemName: "Exclusive Home Cabana Indoor/Outdoor Grommet Top Curtain Panel Pair";
                },
            ];
        },
    ];
    properties: {
        recommendations: {
            additionalItems: true;
            description: "A list of B2B product opportunity recommendation objects.";
            items: {
                description: "The recommendation result object.";
                properties: {
                    brand: {
                        description: "The brand name of the product.";
                        type: "string";
                    };
                    category: {
                        description: "The primary product category.";
                        type: "string";
                    };
                    ean: {
                        description: "The European Article Number (EAN) of the product.";
                        type: "string";
                    };
                    initialB2bBuyerIndustry: {
                        description: "The industry of the first customer who requested the product.";
                        type: "string";
                    };
                    initialB2bBuyerRequestedDate: {
                        description: "The date the product may not be on Amazon as the result of the customer request.";
                        type: "string";
                    };
                    isbn: {
                        description: "The International Standard Book Number (ISBN) of the product.";
                        type: "string";
                    };
                    itemName: { description: "The title of the product."; type: "string" };
                    modelNumber: {
                        description: "The Model Number of the product.";
                        type: "string";
                    };
                    partNumber: {
                        description: "The Manufacturer Part Number (MPN) of the product.";
                        type: "string";
                    };
                    upc: {
                        description: "The Universal Product Code (UPC) of the product.";
                        type: "string";
                    };
                };
                required: readonly [];
                type: "object";
            };
            type: "array";
        };
    };
    required: readonly ["recommendations"];
    type: "object";
} = ...

Type declaration

  • Readonlydescription: "Provides B2B product recommendations based on predicted incremental units sold, unmet buyer demand, and other factors for products not yet listed on Amazon. The recommendations are personalized to the seller based on past sales activity."
  • Readonlyexamples: readonly [
        {
            recommendations: readonly [
                {
                    brand: "EXCLUSIVE HOME";
                    category: "Furniture";
                    ean: "6424721049560";
                    initialB2bBuyerRequestedDate: "2020-11-14 00:00:00";
                    itemName: "Exclusive Home Cabana Indoor/Outdoor Grommet Top Curtain Panel Pair";
                },
            ];
        },
    ]
  • Readonlyproperties: {
        recommendations: {
            additionalItems: true;
            description: "A list of B2B product opportunity recommendation objects.";
            items: {
                description: "The recommendation result object.";
                properties: {
                    brand: {
                        description: "The brand name of the product.";
                        type: "string";
                    };
                    category: {
                        description: "The primary product category.";
                        type: "string";
                    };
                    ean: {
                        description: "The European Article Number (EAN) of the product.";
                        type: "string";
                    };
                    initialB2bBuyerIndustry: {
                        description: "The industry of the first customer who requested the product.";
                        type: "string";
                    };
                    initialB2bBuyerRequestedDate: {
                        description: "The date the product may not be on Amazon as the result of the customer request.";
                        type: "string";
                    };
                    isbn: {
                        description: "The International Standard Book Number (ISBN) of the product.";
                        type: "string";
                    };
                    itemName: { description: "The title of the product."; type: "string" };
                    modelNumber: {
                        description: "The Model Number of the product.";
                        type: "string";
                    };
                    partNumber: {
                        description: "The Manufacturer Part Number (MPN) of the product.";
                        type: "string";
                    };
                    upc: {
                        description: "The Universal Product Code (UPC) of the product.";
                        type: "string";
                    };
                };
                required: readonly [];
                type: "object";
            };
            type: "array";
        };
    }
  • Readonlyrequired: readonly ["recommendations"]
  • Readonlytype: "object"