Hi,
Today we get a lot of the following error, it’s affecting all our customers:
Internal error. Looks like something went wrong on our end.> > Request ID: b9c07146-4b36-4a30-a710-542ff161dde9 (include this in support requests).
Here is the request we send:
mutation draftOrderCalculate($input: DraftOrderInput!) {
draftOrderCalculate(input: $input) {
calculatedDraftOrder {
appliedDiscount {
amountV2 {
amount
currencyCode
}
}
taxLines {
priceSet {
presentmentMoney {
amount
currencyCode
}
}
rate
ratePercentage
title
}
subtotalPrice
totalPrice
totalShippingPrice
totalTax
availableShippingRates {
handle
title
price {
amount
currencyCode
}
}
}
userErrors {
field
message
}
}
}
We did not change anything recently, and on your status page it says that “All systems are operational” (https://www.shopifystatus.com/))
May we have more details regarding the issue?