Google Apps Script API
    Preparing search index...
    interface ProductsCustomBatchRequestEntry {
        batchId?: number;
        merchantId?: string;
        method?: string;
        product?: Product;
        productId?: string;
    }
    Index

    Properties

    batchId?: number
    merchantId?: string
    method?: string
    product?: Product
    productId?: string