# CustomShippingPackageInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a custom shipping package used to pack shipment. ### Access Scopes ## Fields * [default](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - The default package is the one used to calculate shipping costs on checkout. * [dimensions](/docs/api/admin-graphql/2024-10/input-objects/ObjectDimensionsInput): ObjectDimensionsInput - Outside dimensions of the empty shipping package. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - Descriptive name for the package. * [type](/docs/api/admin-graphql/2024-10/enums/ShippingPackageType): ShippingPackageType - Type of package. * [weight](/docs/api/admin-graphql/2024-10/input-objects/WeightInput): WeightInput - Weight of the empty shipping package. ## Input objects with this input object * [shippingPackageUpdate](/docs/api/admin-graphql/2024-10/mutations/shippingPackageUpdate) ## Examples