QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Create an item with a Class

Open 1127 opened this issue 2 years ago • 3 comments

I can create an item and include every field I need except Class. The API Documentation at QB says it is "ClassRef": https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/item#the-item-object

In including API\Facades\IPPClass

I can set a PrefVendorRef perfectly fine - I need to set ClassRef - been sending a "value" and "name" but only get back: Error: Property ClassRef does not exist. Any help would be appreciated does the SDK just not support classes?

1127 avatar Jun 17 '22 21:06 1127

PrefVendorRef also doesn't work - clearly setting it - item in QBO has no preferred vendor.

1127 avatar Jun 20 '22 13:06 1127

So I see someplace that we can't create Inventoried items. I think this is a pretty big shortcoming - adding just a few fields would make this so much more powerful.

1127 avatar Jul 04 '22 15:07 1127

Adding to the mystery: ReorderPoint works FINE - WTF? QtyOnHand can be set fine - why can't these other things?

1127 avatar Jul 04 '22 16:07 1127