We are using the cartCreate mutation to validate discounts on our cart page. Shopify graphql mutation started throwing the following error out of the blue today:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 09dedfa0-f2d2-4062-bb58-2807b143a34e (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "09dedfa0-f2d2-4062-bb58-2807b143a34e"
}
}
]
}
Is anyone else facing a similar issue?
PS. This was automatically fixed after 4 hours. My hunch is this happened because of this: https://changelog.shopify.com/posts/view-the-status-of-sales-channel-discounts-in-shopify-admin and Shopify reverted the change once the bug was identified with their systems