Extra services provided by a carrier.

Export

ShippingServiceOptions

interface ShippingServiceOptions {
    CarrierWillPickUp: boolean;
    CarrierWillPickUpOption?: CarrierWillPickUpOption;
    DeclaredValue?: CurrencyAmount;
    DeliveryExperience: DeliveryExperienceType;
    LabelFormat?: LabelFormat;
}

Properties

CarrierWillPickUp: boolean

When true, the carrier will pick up the package. Note: Scheduled carrier pickup is available only using Dynamex (US), DPD (UK), and Royal Mail (UK).

Memberof

ShippingServiceOptions

CarrierWillPickUpOption?: CarrierWillPickUpOption

Memberof

ShippingServiceOptions

DeclaredValue?: CurrencyAmount

Memberof

ShippingServiceOptions

DeliveryExperience: DeliveryExperienceType

Memberof

ShippingServiceOptions

LabelFormat?: LabelFormat

Memberof

ShippingServiceOptions