# shippingPackageMakeDefault - admin-graphql - MUTATION Version: 2024-10 ## Description Set a shipping package as the default. The default shipping package is the one used to calculate shipping costs on checkout. ### Access Scopes Any of `shipping` access scopes or `manage_delivery_settings` user permission. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the shipping package to set as the default. ## Returns * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples