Client.prototype.updateShippingGroup = function(id, name, rates, callback, access_token) {
    var attrs = {
        name: name,
        rates: rates
    },