Skip to content

Commit

Permalink
Merge pull request #18 from keyn4/add-sku-to-items-stream
Browse files Browse the repository at this point in the history
Add SKU to items stream
sehnem authored Jan 12, 2023
2 parents fe131ec + be4ddc0 commit 90e4781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
@@ -144,7 +144,8 @@
{"name": "TrackQtyOnHand", "type": "boolean"},
{"name": "Id", "type": "string"},
{"name": "MetaData", "type": "string"},
{"name": "PrefVendorRef", "type": "string"}
{"name": "PrefVendorRef", "type": "string"},
{"name": "Sku", "type": "string"}
],
"JournalEntry": [
{"name": "Adjustment", "type": "boolean"},

0 comments on commit 90e4781

Please sign in to comment.