Hello.
Via Shopify We want to mark the order as paid but we receive this error via graphql:
OrderId:gid://shopify/Order/12425310011724
Order is temporarily unavailable to be modified.
Query:
mutation orderMarkAsPaid($input: OrderMarkAsPaidInput!) {
orderMarkAsPaid(input: $input) {
order {
id name
}
userErrors {
field
message
}
}
}
We use the 2026-01 api version.
Have somebody have the same behavior earlier?
1 Like
Hi @Akos_Paska,
There’s a number of reasons why an order may not be able to be edited, as mentioned in our Help Center documentation.
And looking at this specific order, it seem like it has been marked as paid now, so we’re unfortunately not able to confirm the exact reason you received this error with the API at this time.
If you do receive the same error in the future, please be sure to provide us with a specific example of the API call that returned the error, with the x-request-id from the HTTP Response Headers, and we can help look into the specific examples in further detail.