Client.prototype.updateFulfillment = function(orderId, fulfillmentId, attrs, callback, access_token) {
    var url = this.buildPushUrl(access_token, attrs).replace(this.endpointToken,
        this.endpoints.fulfillments
        .replace(this.idToken, orderId)
        .replace(this.idToken, fulfillmentId));