A package to be shipped through a shipping service offering.

Package

interface ShippingApiModelV2Package {
    charges?: ShippingApiModelV2ChargeComponent[];
    dimensions: ShippingApiModelV2Dimensions;
    insuredValue: ShippingApiModelV2Currency;
    isHazmat?: boolean;
    items: ShippingApiModelV2Item[];
    packageClientReferenceId: string;
    sellerDisplayName?: string;
    weight: ShippingApiModelV2Weight;
}

Properties

A list of charges based on the shipping service charges applied on a package.

Package

Package

Package

isHazmat?: boolean

When true, the package contains hazardous materials. Defaults to false.

Package

A list of items.

Package

packageClientReferenceId: string

A client provided unique identifier for a package being shipped. This value should be saved by the client to pass as a parameter to the getShipmentDocuments operation.

Package

sellerDisplayName?: string

The seller name displayed on the label.

Package

Package

MMNEPVFCICPMFPCPTTAAATR