Hey Shopify team! I’m running the draftOrderCreate mutation and getting internal server errors.
Could someone take a look at the request ID and let me know what’s wrong with the input?
mutation draftOrderCreate($input: DraftOrderInput!) {
draftOrderCreate(input: $input) {
draftOrder {
id
}
userErrors {
field
message
}
}
}
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: b3b48e35-0d33-4290-9a76-72e4749c126f (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "b3b48e35-0d33-4290-9a76-72e4749c126f"
}
}
]
}