Skip to content

Commit

Permalink
add sku to item stream
Browse files Browse the repository at this point in the history
  • Loading branch information
keyn4 committed Jan 12, 2023
1 parent fe131ec commit be4ddc0
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
Expand Up @@ -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"},
Expand Down

0 comments on commit be4ddc0

Please sign in to comment.