Logo
Home

Category: Technical Tips

  • New Developer Guide: Linked Transactions

    New Developer Guide: Linked Transactions

    Check out the latest dev guide on linked transactions, just released to production! This new guide provides information on how QuickBooks transactions are interrelated and how you can use the QuickBooks API to create and discover these relationships.

  • New Developer Guide: Class Tracking

    New Developer Guide: Class Tracking

    Check out the new developer guide on class tracking, just released to production! This topic unlocks the secrets of using classes to classify transactions according to different business segments. The focus is on using the QuickBooks API, but also showcases how the API relates to the QuickBooks GUI in various stages of configuring and using class tracking.

  • Getting Started with QuickBooks? Five Insights From Your Fellow App Developers

    During QuickBooks Connect 2015, I had the great opportunity to facilitate a panel with four of our existing developers. We talked about their experiences developing apps that integrate with QuickBooks and working with Intuit. Along the way, they had a few nuggets of sage advice for new developers just getting started.

  • REST essentials for the QuickBooks API

    REST essentials for the QuickBooks API

    Hot off the press is a quick reference guide of REST API essentials that will help you get going with the QuickBooks API. All the details are in one place for both of the QuickBooks API domains: Accounting API and Payments API.

  • Designing for Downtime: Understanding the Cranky Path

    Designing for Downtime: Understanding the Cranky Path

    As a self-taught, long-time application developer, I’ve learned many hard lessons. Most are common to us all: backup the database before dropping tables, ground yourself before messing with your server’s motherboard, review infinite loops that might spam the CEO, etc. Recently, I was reminded of one of the toughest lessons to learn: network calls will inevitably fail.

  • Creating your first app with Intuit Developer

    Creating your first app with Intuit Developer

    The first step to building an application that connects to QuickBooks, the small business accounting software used by more than a million small businesses, is to create an application on Intuit Developer. In this post we’ll go through the process of creating a developer account as well as a your first application.

  • Two new QuickBooks API integration guides

    Two new QuickBooks API integration guides

    We recently published a new eCommerce integration guide and a new Global Tax Model integration guide for QuickBooks API.

  • Item hierarchies using categories coming in QuickBooks

    Item hierarchies using categories coming in QuickBooks

    By now you’ve probably heard about the changes coming to QuickBooks Products & Services list — and available today for you to preview and experiment with in developer sandboxes. Given what I’ve heard from developers integrating with the QuickBooks Item resource over the past couple of years, for the most part, these changes should be a cause for celebration, as it should make it much easier for you to integrate your category/subcategory/product hierarchies with ours now.

  • Intuit RealmIds are changing November 14: Are you prepared?

    Intuit RealmIds are changing November 14: Are you prepared?

    If your application stores Intuit Realm or Company Ids as integers in a data store, then please read carefully, because new realmIds will be larger than an integer.

  • Up and running with Node.js and QuickBooks Online

    Up and running with Node.js and QuickBooks Online

    QuickBooks Online does not have an Intuit produced package for Node.js, but luckily one of the members of the QuickBooks Online community stepped up and contributed their own. In this post I’ll be going over how to get the package installed and making your first API request.