App reviews, troubleshooting, and recommendations
Hi everyone!!
Do you know how to query orderAdjustment object? ( Order Adjustment: https://shopify.dev/api/admin/graphql/reference/orders/orderadjustment)
I've tried using it in Order:
{
order(id: "gid://shopify/Order/123") {
orderAdjustments(first:10) {
edges {
node {
id
}
}
}
}
}
And Refund:
{
order(id: "gid://shopify/Order/123") {
refunds(first:10){
orderAdjustments(first:10) {
edges {
node {
id
}
}
}
}
}
}
None of them are working yet.
I got the following error:
"Field 'orderAdjustments' doesn't exist on type 'Order'"
"Field 'orderAdjustments' doesn't exist on type 'Refund'"
There was a previous post about this, however the query is no longer working: https://community.shopify.com/c/shopify-apis-and-sdks/refunding-using-the-graphql-api-querying-the-e...
I've tried both older and the latest 2021-07 App version ~
Thank you in advance!
Hi, I also have the same problem I have tried everything but nothing works.
Hi @jaycean
I heard back from Shopify Staff, it seems the OrderAdjustment is still only available on the `unstable` version, at the time of this writing. I tried unstable one and it worked.. 🙂
/admin/api/unstable/graphql.json
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025