PackagingOption: {
    carrier_specific?: CarrierSpecificPackaging;
    custom_bag?: BagDimensions;
    custom_box?: BoxDimensions;
}

The type and dimensions of the packaging used.

Tip

This maps to an input with a GraphQL @oneOf directive.

This means you have to specify exactly one of the keys:

Type declaration

  • Optionalcarrier_specific?: CarrierSpecificPackaging

    A carrier specific packaging code is used instead of a custom bag or box

  • Optionalcustom_bag?: BagDimensions

    A custom bag (soft or polybag) used for packaging

  • Optionalcustom_box?: BoxDimensions

    A custom rigid corrugated box used for packaging