Google Apps Script API
    Preparing search index...
    interface ProductShipping {
        country?: string;
        locationGroupName?: string;
        locationId?: string;
        postalCode?: string;
        price?: Price;
        region?: string;
        service?: string;
    }
    Index

    Properties

    country?: string
    locationGroupName?: string
    locationId?: string
    postalCode?: string
    price?: Price
    region?: string
    service?: string