Hi @lijiahao ,
Shopify doesn’t provide a direct API to fetch the Saved Packages List from Settings → Shipping and Delivery, but you can try these workarounds:
1. Use the Shopify Admin API (Shipping Zones & Rates)
While there’s no direct endpoint for packages, you can retrieve shipping-related settings using:
- ShippingZones API
- FulfillmentServices API
This won’t return the exact package dimensions, but it helps retrieve shipping methods and rates.
2. Manually Store Package Data in Metafields
If you need this info elsewhere, a workaround is to store package dimensions as metafields and sync them via API.
3. Check Third-Party Apps
Some apps (like ShipStation, EasyShip) sync package data. If you’re using an app, check if they expose this info via API.
Let me know if it works!
Best,
Tracy from Kudosi Reviews