intuit / intuit/QuickBooks-V3-DotNET-SDK

QuickBooks Online allows 30 items per batch, but .NET SDK only supports 25

Open Beginner friendly
#358 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
122
Forks
145
Avg merge
17h 1m
Merged PRs (30d)
1

Description

I’m using IppDotNetSdkForQuickBooksApiV3 version 14.7.0.1.

When creating payments in batches, I noticed that the SDK only allows 25 items per batch.

However, according to the QuickBooks Online API documentation (https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/batch), the API supports up to 30 items per batch.

I tested this directly via the API Explorer:

- sending 30 items works successfully.
- when I try more than 30 items, an exception occurs (as expected).

It looks like the SDK has a lower limit than the API itself.
Could this be updated so the SDK supports the full 30 items per batch?

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SDK validation or batching entry point that limits requests to 25 items, then compare it with the QuickBooks Online batch API documentation and the API Explorer behavior described in the issue. Done means batches of up to 30 items are accepted while requests over 30 still fail as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.