How to get saved shipping packages using API?

Hello All, I wants to get store saved shipping packages using rest or graphql api. I have checked api documentation but don’t found any solution. If anyone have solution please let me know.

Thanks in advance!!!

1 Like

Hey there,
Could you please elaborate on this? What exactly would you like to do?

Hey, Thanks for your reply. I wants to get saved shipping packages using API for more information please check attached screenshot.

screenshot: https://prnt.sc/PfS6avXamuoR

for example graphql API available for make a shipping package as default.

Please check this: https://shopify.dev/docs/api/admin-graphql/2023-07/mutations/shippingPackageMakeDefault

But I don’t found any method to get all added shipping packages.

Thanks in advance!!!

1 Like

Good observation, @devcmit ! There should be a “shippingPackages” query in the Shopify GraphQL Admin API. But it looks like it’s missing. So for now, I think you need to add the packaging in your application first.

I was looking for the same thing. I’d like to see this added to the API as well. Thanks for pointing it out! :slightly_smiling_face: