Google Apps Script API
    Preparing search index...
    interface InventoryCustomBatchRequestEntry {
        batchId?: number;
        inventory?: Inventory;
        merchantId?: string;
        productId?: string;
        storeCode?: string;
    }
    Index

    Properties

    batchId?: number
    inventory?: Inventory
    merchantId?: string
    productId?: string
    storeCode?: string