Skip to content

Commit 3903226

Browse files
committed
Fix: add shop url in customers schema
1 parent 3fffc8b commit 3903226

File tree

1 file changed

+3
-0
lines changed
  • airbyte-integrations/connectors/source-shopify/source_shopify/schemas

1 file changed

+3
-0
lines changed

airbyte-integrations/connectors/source-shopify/source_shopify/schemas/customers.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"multipass_identifier": {
1414
"type": ["null", "string"]
1515
},
16+
"shop_url":{
17+
"type": ["null", "string"]
18+
},
1619
"default_address": {
1720
"type": ["null", "object"],
1821
"properties": {

0 commit comments

Comments
 (0)