@@ -95,6 +95,42 @@ tables:
9595 replication-method : Key-based Incremental
9696 primary-key : id
9797 replication-key : updated_at
98+ - name : metafields_collections
99+ description : ' The `{{ table.name }}` table contains info about metafields for collections.
100+ '
101+ links :
102+ singer-schema : https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
103+ api-method : https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
104+ table-details :
105+ replication-method : Key-based Incremental
106+ replication-key : updatedAt
107+ - name : metafields_customers
108+ description : ' The `{{ table.name }}` table contains info about metafields for customers.
109+ '
110+ links :
111+ singer-schema : https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
112+ api-method : https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
113+ table-details :
114+ replication-method : Key-based Incremental
115+ replication-key : updatedAt
116+ - name : metafields_orders
117+ description : ' The `{{ table.name }}` table contains info about metafields for orders.
118+ '
119+ links :
120+ singer-schema : https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
121+ api-method : https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
122+ table-details :
123+ replication-method : Key-based Incremental
124+ replication-key : updatedAt
125+ - name : metafields_products
126+ description : ' The `{{ table.name }}` table contains info about metafields for products.
127+ '
128+ links :
129+ singer-schema : https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
130+ api-method : https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
131+ table-details :
132+ replication-method : Key-based Incremental
133+ replication-key : updatedAt
98134- name : product_variants
99135 description : ' The `{{ table.name }}` table contains info about variants that can
100136 be added to a product to represent one version of a product with several options.
0 commit comments