Skip to content

Commit 0c201d9

Browse files
committed
fixing yml file
1 parent 4f8984f commit 0c201d9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

_data/taps/schemas/shopify/v2/shopify-v2-tables.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,6 @@ tables:
8989
description: 'The `{{ table.name }}` table contains info about quantities of an
9090
inventory item for a location.
9191
92-
'
93-
links:
94-
doc-link: https://shopify.dev/docs/api/admin-rest/2025-01/resources/product-variant#top
95-
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/product_variants.json
96-
api-method: https://shopify.dev/docs/api/admin-rest/2025-01/resources/product-variant#get-products-product-id-variants
97-
table-details:
98-
replication-method: Key-based Incremental
99-
primary-key: id
100-
replication-key: updated_at
101-
- name: product_variants
102-
description: 'The `{{ table.name }}` table contains info about variants that can
103-
be added to a product to represent one version of a product with several options.
104-
10592
'
10693
links:
10794
doc-link: https://shopify.dev/api/admin-rest/2022-01/resources/inventorylevel#top
@@ -116,6 +103,19 @@ tables:
116103
- name: locations
117104
description: 'The `{{ table.name }}` table contains info about .
118105
106+
'
107+
links:
108+
doc-link: https://shopify.dev/docs/api/admin-rest/2025-01/resources/product-variant#top
109+
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/product_variants.json
110+
api-method: https://shopify.dev/docs/api/admin-rest/2025-01/resources/product-variant#get-products-product-id-variants
111+
table-details:
112+
replication-method: Key-based Incremental
113+
primary-key: id
114+
replication-key: updated_at
115+
- name: product_variants
116+
description: 'The `{{ table.name }}` table contains info about variants that can
117+
be added to a product to represent one version of a product with several options.
118+
119119
'
120120
links:
121121
doc-link: https://shopify.dev/api/admin-rest/2022-01/resources/location#top

0 commit comments

Comments
 (0)