You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _saas-integrations/shopify/v3/shopify-v3.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,6 @@ this-version: "3"
23
23
api: |
24
24
[{{ integration.display_name }} GraphQL Admin API (v2025-01)](https://shopify.dev/docs/api/admin-graphql/2025-01){:target="new"}
25
25
26
-
sections:
27
-
- title: "{{ integration.display_name }} is now powered by GraphQL"
28
-
content: |
29
-
We've have enhanced the Stitch's {{ integration.display_name }} integration by replacing REST Admin API byt the {{ integration.display_name }} GraphQL API.
30
-
This provides:
31
-
- More structured and complete data
32
-
- Better performance and scalibility
33
-
- Access to new fields that are unvailable in REST
34
-
35
-
- title: "What has changed?"
36
-
content: |
37
-
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.
38
-
39
-
If you need help, you can compare the structures. Refer to {{ integration.display_name }} documentation:
Check out our updated {{ integration.display_name }} docs for stream-level details and examples.
44
-
45
26
46
27
# -------------------------- #
47
28
# Stitch Details #
@@ -81,6 +62,24 @@ row-usage-hog-reasons:
81
62
feature-summary: |
82
63
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.
83
64
65
+
sections:
66
+
- title: "{{ integration.display_name }} is now powered by GraphQL"
67
+
content: |
68
+
We've have enhanced the Stitch's {{ integration.display_name }} integration by replacing REST Admin API byt the {{ integration.display_name }} GraphQL API.
69
+
This provides:
70
+
- More structured and complete data
71
+
- Better performance and scalibility
72
+
- Access to new fields that are unvailable in REST
73
+
74
+
- title: "What has changed?"
75
+
content: |
76
+
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.
77
+
78
+
If you need help, you can compare the structures. Refer to {{ integration.display_name }} documentation:
0 commit comments