stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomShippingPackageInput

AdminTypes.CustomShippingPackageInput interface

The input fields for a custom shipping package used to pack shipment.

Signature:

export interface CustomShippingPackageInput 

Properties

Property Modifiers Type Description
default?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) The default package is the one used to calculate shipping costs on checkout.
dimensions?   InputMaybe<ObjectDimensionsInput> (Optional) Outside dimensions of the empty shipping package.
name?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) Descriptive name for the package.
type?   InputMaybe<ShippingPackageType | `${ShippingPackageType}`> (Optional) Type of package.
weight?   InputMaybe<WeightInput> (Optional) Weight of the empty shipping package.