How to List and Apply New Shipping Options When Editing an Order

Hello,

Is there any way to list and apply the proper shipping options and price after editing the product qty of and order for example?

I spent hours on this and cant find the proper way to do it with the graphql API.

I know there is custom shipping price that the admin can set through the Shopify settings (Settings => Shipping) and also through apps.

Do you an idea how to be able to compute the proper shipping prices and options for the new order total / content?

Thank you

Hey Marcreese,

Heddy from Gameball: Loyalty Program & VIP here!

To recalculate shipping prices and options after editing an order’s quantity using the GraphQL API, you’ll likely need to manually adjust the shipping rate based on the new total. Unfortunately, Shopify’s native API doesn’t automatically reapply shipping options after order edits. A workaround is to use the ShippingRate query in the GraphQL API to retrieve updated shipping rates based on the new order contents. You can then update the shipping price through the API or manually in the admin panel.

Let me know if you need more details!