Commit 132013c
authored
feat!(gatsby-source-shopify): upgrade from Shopify API version 2024-04 to 2025-01 (#39247)
* chore: sort the queried fields
* feat: address breaking api changes when upgrading to 2024-07
* feat!: address breaking changes when upgrading to 2024-10
* fix: address breaking changes when upgrading to 2025-01
* fix: add deprecation message for fulfillmentOrdersOptIn
* fix: make measurement a required field to match shopify api response
* fix: object definition already in common
* fix: add backwards compatibility for weight/weightUnit fields
* fix: add deprecation messages for proxied quantities fields
* test: update snapshots1 parent 0b7390c commit 132013c
File tree
7 files changed
+100
-110
lines changed- packages/gatsby-source-shopify
- __tests__/__snapshots__
- src
- query-builders
- type-builders
7 files changed
+100
-110
lines changedLines changed: 24 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
301 | 307 | | |
302 | 308 | | |
303 | 309 | | |
| |||
347 | 353 | | |
348 | 354 | | |
349 | 355 | | |
350 | | - | |
351 | 356 | | |
352 | 357 | | |
353 | 358 | | |
| |||
362 | 367 | | |
363 | 368 | | |
364 | 369 | | |
365 | | - | |
366 | | - | |
367 | 370 | | |
368 | 371 | | |
369 | 372 | | |
| |||
596 | 599 | | |
597 | 600 | | |
598 | 601 | | |
599 | | - | |
600 | 602 | | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | 603 | | |
606 | 604 | | |
607 | 605 | | |
| |||
962 | 960 | | |
963 | 961 | | |
964 | 962 | | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
965 | 969 | | |
966 | 970 | | |
967 | 971 | | |
| |||
1011 | 1015 | | |
1012 | 1016 | | |
1013 | 1017 | | |
1014 | | - | |
1015 | 1018 | | |
1016 | 1019 | | |
1017 | 1020 | | |
| |||
1026 | 1029 | | |
1027 | 1030 | | |
1028 | 1031 | | |
1029 | | - | |
1030 | | - | |
1031 | 1032 | | |
1032 | 1033 | | |
1033 | 1034 | | |
| |||
1260 | 1261 | | |
1261 | 1262 | | |
1262 | 1263 | | |
1263 | | - | |
1264 | 1264 | | |
1265 | | - | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | 1265 | | |
1270 | 1266 | | |
1271 | 1267 | | |
| |||
1626 | 1622 | | |
1627 | 1623 | | |
1628 | 1624 | | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
1629 | 1631 | | |
1630 | 1632 | | |
1631 | 1633 | | |
| |||
1675 | 1677 | | |
1676 | 1678 | | |
1677 | 1679 | | |
1678 | | - | |
1679 | 1680 | | |
1680 | 1681 | | |
1681 | 1682 | | |
| |||
1690 | 1691 | | |
1691 | 1692 | | |
1692 | 1693 | | |
1693 | | - | |
1694 | | - | |
1695 | 1694 | | |
1696 | 1695 | | |
1697 | 1696 | | |
| |||
1924 | 1923 | | |
1925 | 1924 | | |
1926 | 1925 | | |
1927 | | - | |
1928 | 1926 | | |
1929 | | - | |
1930 | | - | |
1931 | | - | |
1932 | | - | |
1933 | 1927 | | |
1934 | 1928 | | |
1935 | 1929 | | |
| |||
2290 | 2284 | | |
2291 | 2285 | | |
2292 | 2286 | | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
2293 | 2293 | | |
2294 | 2294 | | |
2295 | 2295 | | |
| |||
2339 | 2339 | | |
2340 | 2340 | | |
2341 | 2341 | | |
2342 | | - | |
2343 | 2342 | | |
2344 | 2343 | | |
2345 | 2344 | | |
| |||
2354 | 2353 | | |
2355 | 2354 | | |
2356 | 2355 | | |
2357 | | - | |
2358 | | - | |
2359 | 2356 | | |
2360 | 2357 | | |
2361 | 2358 | | |
| |||
2588 | 2585 | | |
2589 | 2586 | | |
2590 | 2587 | | |
2591 | | - | |
2592 | 2588 | | |
2593 | | - | |
2594 | | - | |
2595 | | - | |
2596 | | - | |
2597 | 2589 | | |
2598 | 2590 | | |
2599 | 2591 | | |
| |||
0 commit comments