Hi i’m using storeFront API
something wrong here. help & Tanks!
Message: “Internal error. Looks like something went wrong on our end.\nRequest ID: dad051f3-02b8-4a94-a5df-75b656f9babc (include this in support requests).”
Request ID: dad051f3-02b8-4a94-a5df-75b656f9babc
Query:
{
cart(id: "Z2lkOi8vc2hvcGlmeS9DYXJ0L2Y4ZjlhOTlkNDQ2NjI3NWY4YjlmNWQ4ZjNiZmJhZDky") {
id
lines(first: 20) {
edges {
node {
id
quantity
merchandise {
... on ProductVariant {
title
image {
originalSrc
transformedSrc
}
priceV2 {
amount
currencyCode
}
product {
title
totalInventory
}
quantityAvailable
availableForSale
currentlyNotInStock
}
}
discountAllocations {
discountedAmount {
amount
currencyCode
}
}
}
}
}
}
}