How to get Shopify's shipping package information

I want to synchronize Shopify’s shipping package list information. Is there an interface to obtain it?
setting->Shipping and delivery->Saved packages list of package

Hi,

There doesn’t appear to be a direct query in the GraphQL Admin API for fetching a list of saved shipping packages. This functionality might need to be handled through custom logic or by using related fields in delivery profiles.