Google Apps Script API
    Preparing search index...
    interface OrderLineItemProduct {
        brand?: string;
        channel?: string;
        condition?: string;
        contentLanguage?: string;
        fees?: OrderLineItemProductFee[];
        gtin?: string;
        id?: string;
        imageLink?: string;
        itemGroupId?: string;
        mpn?: string;
        offerId?: string;
        price?: Price;
        shownImage?: string;
        targetCountry?: string;
        title?: string;
        variantAttributes?: OrderLineItemProductVariantAttribute[];
    }
    Index

    Properties

    brand?: string
    channel?: string
    condition?: string
    contentLanguage?: string
    gtin?: string
    id?: string
    imageLink?: string
    itemGroupId?: string
    mpn?: string
    offerId?: string
    price?: Price
    shownImage?: string
    targetCountry?: string
    title?: string