Google Apps Script API
    Preparing search index...
    interface InventoryCollection {
        custombatch(
            resource: InventoryCustomBatchRequest,
        ): InventoryCustomBatchResponse;
        custombatch(
            resource: InventoryCustomBatchRequest,
            optionalArgs: object,
        ): InventoryCustomBatchResponse;
        set(
            resource: InventorySetRequest,
            merchantId: string,
            storeCode: string,
            productId: string,
        ): InventorySetResponse;
        set(
            resource: InventorySetRequest,
            merchantId: string,
            storeCode: string,
            productId: string,
            optionalArgs: object,
        ): InventorySetResponse;
    }
    Index

    Methods