From cbdd78e37c9583048e0154e02da65be63906512d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Crdeshmukh15=E2=80=9D?= Date: Wed, 21 Feb 2024 13:47:54 +0530 Subject: [PATCH] 2023-07 schema changes --- tap_shopify/schemas/orders.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tap_shopify/schemas/orders.json b/tap_shopify/schemas/orders.json index 26b386a..df5411a 100644 --- a/tap_shopify/schemas/orders.json +++ b/tap_shopify/schemas/orders.json @@ -70,6 +70,18 @@ "boolean" ] }, + "taxExempt": { + "type": [ + "null", + "boolean" + ] + }, + "poNumber": { + "type": [ + "null", + "string" + ] + }, "total_discounts": { "type": [ "null",