Google Apps Script API
    Preparing search index...
    interface Product {
        additionalImageLinks?: string[];
        additionalProductTypes?: string[];
        adult?: boolean;
        adwordsGrouping?: string;
        adwordsLabels?: string[];
        adwordsRedirect?: string;
        ageGroup?: string;
        aspects?: ProductAspect[];
        availability?: string;
        availabilityDate?: string;
        brand?: string;
        channel?: string;
        color?: string;
        condition?: string;
        contentLanguage?: string;
        costOfGoodsSold?: Price;
        customAttributes?: CustomAttribute[];
        customGroups?: CustomGroup[];
        customLabel0?: string;
        customLabel1?: string;
        customLabel2?: string;
        customLabel3?: string;
        customLabel4?: string;
        description?: string;
        destinations?: ProductDestination[];
        displayAdsId?: string;
        displayAdsLink?: string;
        displayAdsSimilarIds?: string[];
        displayAdsTitle?: string;
        displayAdsValue?: number;
        energyEfficiencyClass?: string;
        expirationDate?: string;
        gender?: string;
        googleProductCategory?: string;
        gtin?: string;
        id?: string;
        identifierExists?: boolean;
        imageLink?: string;
        installment?: Installment;
        isBundle?: boolean;
        itemGroupId?: string;
        kind?: string;
        link?: string;
        loyaltyPoints?: LoyaltyPoints;
        material?: string;
        maxEnergyEfficiencyClass?: string;
        maxHandlingTime?: string;
        minEnergyEfficiencyClass?: string;
        minHandlingTime?: string;
        mobileLink?: string;
        mpn?: string;
        multipack?: string;
        offerId?: string;
        onlineOnly?: boolean;
        pattern?: string;
        price?: Price;
        productType?: string;
        promotionIds?: string[];
        salePrice?: Price;
        salePriceEffectiveDate?: string;
        sellOnGoogleQuantity?: string;
        shipping?: ProductShipping[];
        shippingHeight?: ProductShippingDimension;
        shippingLabel?: string;
        shippingLength?: ProductShippingDimension;
        shippingWeight?: ProductShippingWeight;
        shippingWidth?: ProductShippingDimension;
        sizes?: string[];
        sizeSystem?: string;
        sizeType?: string;
        source?: string;
        targetCountry?: string;
        taxes?: ProductTax[];
        title?: string;
        unitPricingBaseMeasure?: ProductUnitPricingBaseMeasure;
        unitPricingMeasure?: ProductUnitPricingMeasure;
        validatedDestinations?: string[];
        warnings?: GoogleAppsScript.Content.Schema.Error[];
    }
    Index

    Properties

    additionalImageLinks?: string[]
    additionalProductTypes?: string[]
    adult?: boolean
    adwordsGrouping?: string
    adwordsLabels?: string[]
    adwordsRedirect?: string
    ageGroup?: string
    aspects?: ProductAspect[]
    availability?: string
    availabilityDate?: string
    brand?: string
    channel?: string
    color?: string
    condition?: string
    contentLanguage?: string
    costOfGoodsSold?: Price
    customAttributes?: CustomAttribute[]
    customGroups?: CustomGroup[]
    customLabel0?: string
    customLabel1?: string
    customLabel2?: string
    customLabel3?: string
    customLabel4?: string
    description?: string
    destinations?: ProductDestination[]
    displayAdsId?: string
    displayAdsLink?: string
    displayAdsSimilarIds?: string[]
    displayAdsTitle?: string
    displayAdsValue?: number
    energyEfficiencyClass?: string
    expirationDate?: string
    gender?: string
    googleProductCategory?: string
    gtin?: string
    id?: string
    identifierExists?: boolean
    imageLink?: string
    installment?: Installment
    isBundle?: boolean
    itemGroupId?: string
    kind?: string
    link?: string
    loyaltyPoints?: LoyaltyPoints
    material?: string
    maxEnergyEfficiencyClass?: string
    maxHandlingTime?: string
    minEnergyEfficiencyClass?: string
    minHandlingTime?: string
    mobileLink?: string
    mpn?: string
    multipack?: string
    offerId?: string
    onlineOnly?: boolean
    pattern?: string
    price?: Price
    productType?: string
    promotionIds?: string[]
    salePrice?: Price
    salePriceEffectiveDate?: string
    sellOnGoogleQuantity?: string
    shipping?: ProductShipping[]
    shippingHeight?: ProductShippingDimension
    shippingLabel?: string
    shippingLength?: ProductShippingDimension
    shippingWeight?: ProductShippingWeight
    shippingWidth?: ProductShippingDimension
    sizes?: string[]
    sizeSystem?: string
    sizeType?: string
    source?: string
    targetCountry?: string
    taxes?: ProductTax[]
    title?: string
    unitPricingBaseMeasure?: ProductUnitPricingBaseMeasure
    unitPricingMeasure?: ProductUnitPricingMeasure
    validatedDestinations?: string[]