Hello,
Can someone from Shopify support look into this for me?
Our app was trying to query the fixed prices of a pricelist via the GraphQL
query {
priceList(id: "gid://shopify/PriceList/13668089918") {
prices(first: 10, originType: FIXED) {
pageInfo {
hasNextPage
}
edges {
cursor
node {
variant {
id
}
price {
amount
currencyCode
}
compareAtPrice {
amount
currencyCode
}
}
}
}
}
}
Internal error. Looks like something went wrong on our end.
Request ID: 149c91cc-7415-4ca6-9683-853a941b82c8 (include this in support requests)