Skip to content

feat!(gatsby-source-shopify): upgrade from Shopify API version 2024-04 to 2025-01 #39247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 27, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@ Array [
count
precision
}
measurement {
weight {
unit
value
}
}
provinceCodeOfOrigin
requiresShipping
sku
Expand Down Expand Up @@ -347,7 +353,6 @@ Array [
product {
id
}
requiresShipping
selectedOptions {
name
value
Expand All @@ -362,8 +367,6 @@ Array [
taxable
title
updatedAt
weight
weightUnit
metafields {
edges {
node {
Expand Down Expand Up @@ -596,12 +599,7 @@ Array [
handle
id
inventoryManagement
productBased
serviceName
shippingMethods {
code
label
}
type
}
fulfillsOnlineOrders
Expand Down Expand Up @@ -962,6 +960,12 @@ Array [
count
precision
}
measurement {
weight {
unit
value
}
}
provinceCodeOfOrigin
requiresShipping
sku
Expand Down Expand Up @@ -1011,7 +1015,6 @@ Array [
product {
id
}
requiresShipping
selectedOptions {
name
value
Expand All @@ -1026,8 +1029,6 @@ Array [
taxable
title
updatedAt
weight
weightUnit
metafields {
edges {
node {
Expand Down Expand Up @@ -1260,12 +1261,7 @@ Array [
handle
id
inventoryManagement
productBased
serviceName
shippingMethods {
code
label
}
type
}
fulfillsOnlineOrders
Expand Down Expand Up @@ -1626,6 +1622,12 @@ Array [
count
precision
}
measurement {
weight {
unit
value
}
}
provinceCodeOfOrigin
requiresShipping
sku
Expand Down Expand Up @@ -1675,7 +1677,6 @@ Array [
product {
id
}
requiresShipping
selectedOptions {
name
value
Expand All @@ -1690,8 +1691,6 @@ Array [
taxable
title
updatedAt
weight
weightUnit
metafields {
edges {
node {
Expand Down Expand Up @@ -1924,12 +1923,7 @@ Array [
handle
id
inventoryManagement
productBased
serviceName
shippingMethods {
code
label
}
type
}
fulfillsOnlineOrders
Expand Down Expand Up @@ -2290,6 +2284,12 @@ Array [
count
precision
}
measurement {
weight {
unit
value
}
}
provinceCodeOfOrigin
requiresShipping
sku
Expand Down Expand Up @@ -2339,7 +2339,6 @@ Array [
product {
id
}
requiresShipping
selectedOptions {
name
value
Expand All @@ -2354,8 +2353,6 @@ Array [
taxable
title
updatedAt
weight
weightUnit
metafields {
edges {
node {
Expand Down Expand Up @@ -2588,12 +2585,7 @@ Array [
handle
id
inventoryManagement
productBased
serviceName
shippingMethods {
code
label
}
type
}
fulfillsOnlineOrders
Expand Down
Loading
Loading