Google Apps Script API
    Preparing search index...
    interface InventorySetRequest {
        availability?: string;
        customLabel0?: string;
        customLabel1?: string;
        customLabel2?: string;
        customLabel3?: string;
        customLabel4?: string;
        installment?: Installment;
        instoreProductLocation?: string;
        loyaltyPoints?: LoyaltyPoints;
        pickup?: InventoryPickup;
        price?: Price;
        quantity?: number;
        salePrice?: Price;
        salePriceEffectiveDate?: string;
        sellOnGoogleQuantity?: number;
    }
    Index

    Properties

    availability?: string
    customLabel0?: string
    customLabel1?: string
    customLabel2?: string
    customLabel3?: string
    customLabel4?: string
    installment?: Installment
    instoreProductLocation?: string
    loyaltyPoints?: LoyaltyPoints
    price?: Price
    quantity?: number
    salePrice?: Price
    salePriceEffectiveDate?: string
    sellOnGoogleQuantity?: number