Joseph Anderson
Joseph Anderson

Reputation: 4144

Update Quantity on Hand IPP

I am trying to update the quantity on hand for 1500 QuickBooks Online inventory items. I can pull the 1500 products from the store.

  1. Can this update be done? I see no quantity on hand object:

https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0400_quickbooks_online/item

  1. Can this be done with a batch request:

https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits/0100_ipp_.net_devkit/0300_asynchronous_calls/2_batch_process

If so, how do I perform an update? The same only shows how to create objects.

Upvotes: 2

Views: 575

Answers (1)

Keith Palmer Jr.
Keith Palmer Jr.

Reputation: 27962

Quantity On Hand isn't a stand-alone object. The APIs closely mirror the QuickBooks GUI, and in the QuickBooks GUI you use an "Inventory Adjustment" to update quantity on hand.

For QuickBooks for Windows:

For QuickBooks Online:

  • This operation is not supported in the v2 APIs.

Upvotes: 3

Related Questions