Skip to content

Commit

Permalink
2023-07 schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Feb 21, 2024
1 parent 06333a5 commit cbdd78e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tap_shopify/schemas/orders.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@
"boolean"
]
},
"taxExempt": {
"type": [
"null",
"boolean"
]
},
"poNumber": {
"type": [
"null",
"string"
]
},
"total_discounts": {
"type": [
"null",
Expand Down

0 comments on commit cbdd78e

Please sign in to comment.