Skip to content

Commit c725a2c

Browse files
committed
fixed links
1 parent 3e62e53 commit c725a2c

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ tables:
3434
3535
'
3636
links:
37-
doc-link: https://shopify.dev/docs/admin-api/rest/reference/customers
37+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/customers
3838
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/customers.json
39-
api-method: https://shopify.dev/docs/admin-api/rest/reference/customers/customer?api[version]=2019-07
39+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/customers
4040
table-details:
4141
replication-method: Key-based Incremental
4242
primary-key: id
@@ -46,9 +46,9 @@ tables:
4646
4747
'
4848
links:
49-
doc-link: https://shopify.dev/api/admin-rest/2022-01/resources/event#top
49+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/event
5050
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/events.json
51-
api-method: https://shopify.dev/api/admin-rest/2022-01/resources/event#get-events
51+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/event
5252
table-details:
5353
replication-method: Key-based Incremental
5454
primary-key: id
@@ -58,9 +58,9 @@ tables:
5858
5959
'
6060
links:
61-
doc-link: https://shopify.dev/api/admin-rest/2022-01/resources/inventoryitem#top
61+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/inventoryitems
6262
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/inventory_items.json
63-
api-method: https://shopify.dev/api/admin-rest/2022-01/resources/inventoryitem#get-inventory-items
63+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/inventoryitems
6464
table-details:
6565
replication-method: Key-based Incremental
6666
primary-key: id
@@ -71,9 +71,9 @@ tables:
7171
7272
'
7373
links:
74-
doc-link: https://shopify.dev/api/admin-rest/2022-01/resources/inventorylevel#top
74+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/inventorylevel
7575
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/inventory_levels.json
76-
api-method: https://shopify.dev/api/admin-rest/2022-01/resources/inventorylevel#get-inventory-levels
76+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/inventorylevel
7777
table-details:
7878
replication-method: Key-based Incremental
7979
primary-keys: id
@@ -82,9 +82,9 @@ tables:
8282
description: 'The `{{ table.name }}` table contains info about .
8383
'
8484
links:
85-
doc-link: https://shopify.dev/api/admin-rest/2022-01/resources/location#top
85+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/locations
8686
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
87-
api-method: https://shopify.dev/api/admin-rest/2022-01/resources/location#get-locations
87+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/locations
8888
table-details:
8989
replication-method: Key-based Incremental
9090
primary-key: id
@@ -134,9 +134,9 @@ tables:
134134
be added to a product to represent one version of a product with several options.
135135
'
136136
links:
137-
doc-link: https://shopify.dev/docs/api/admin-rest/2025-01/resources/product-variant#top
137+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productvariants
138138
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/product_variants.json
139-
api-method: https://shopify.dev/docs/api/admin-rest/2025-01/resources/product-variant#get-products-product-id-variants
139+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productvariants
140140
table-details:
141141
replication-method: Key-based Incremental
142142
primary-key: id
@@ -178,9 +178,9 @@ tables:
178178
179179
'
180180
links:
181-
doc-link: https://shopify.dev/docs/admin-api/rest/reference/orders/
181+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/orders
182182
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/orders.json
183-
api-method: https://shopify.dev/docs/admin-api/rest/reference/orders/order?api[version]=2019-07
183+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/orders
184184
table-details:
185185
replication-method: Key-based Incremental
186186
primary-key: id
@@ -205,9 +205,9 @@ tables:
205205
206206
'
207207
links:
208-
doc-link: https://shopify.dev/docs/admin-api/rest/reference/products
208+
doc-link: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/products
209209
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/products.json
210-
api-method: https://shopify.dev/docs/admin-api/rest/reference/products/product?api[version]=2019-07
210+
api-method: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/products
211211
table-details:
212212
replication-method: Key-based Incremental
213213
primary-key: id

_saas-integrations/shopify/v3/shopify-v3.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ this-version: "3"
2323
api: |
2424
[{{ integration.display_name }} GraphQL Admin API (v2025-01)](https://shopify.dev/docs/api/admin-graphql/2025-01){:target="new"}
2525
26-
2726
# -------------------------- #
2827
# Stitch Details #
2928
# -------------------------- #
@@ -62,17 +61,14 @@ row-usage-hog-reasons:
6261
feature-summary: |
6362
Stitch's {{ integration.display_name }} integration replicates data using the {{ integration.api | flatify | strip }}. Refer to the [Schema](#schema) section for a list of objects available for replication.
6463
65-
sections:
66-
- title: "{{ integration.display_name }} is now powered by GraphQL"
67-
content: |
64+
### {{ integration.display_name }} is now powered by GraphQL"
6865
We've have enhanced the Stitch's {{ integration.display_name }} integration by replacing REST Admin API byt the {{ integration.display_name }} GraphQL API.
6966
This provides:
7067
- More structured and complete data
7168
- Better performance and scalibility
7269
- Access to new fields that are unvailable in REST
7370
74-
- title: "What has changed?"
75-
content: |
71+
### What has changed?
7672
The data structure has been reorganized for consistency and clarity. Some fields may look different or appear in new locations. Also, a few fields are deprecated from the {{ integration.display_name }} side.
7773
7874
If you need help, you can compare the structures. Refer to {{ integration.display_name }} documentation:

0 commit comments

Comments
 (0)