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:
Boolean -
The default package is the one used to calculate shipping costs on checkout.
-
dimensions:
ObjectDimensionsInput -
Outside dimensions of the empty shipping package.
-
name:
String -
Descriptive name for the package.
-
type:
ShippingPackageType -
Type of package.
-
weight:
WeightInput -
Weight of the empty shipping package.
Input objects with this input object
Examples