Interface MerchantFulfillmentApiModelShippingServiceOptions

Extra services provided by a carrier.

ShippingServiceOptions

interface MerchantFulfillmentApiModelShippingServiceOptions {
    CarrierWillPickUp: boolean;
    CarrierWillPickUpOption?:
        | MerchantFulfillmentApiModelCarrierWillPickUpOption
        | "CarrierWillPickUp"
        | "ShipperWillDropOff"
        | "NoPreference";
    DeclaredValue?: MerchantFulfillmentApiModelCurrencyAmount;
    DeliveryExperience: | "DeliveryConfirmationWithAdultSignature"
    | "DeliveryConfirmationWithSignature"
    | "DeliveryConfirmationWithoutSignature"
    | "NoTracking"
    | MerchantFulfillmentApiModelDeliveryExperienceType;
    LabelFormat?: | "PDF"
    | MerchantFulfillmentApiModelLabelFormat
    | "PNG"
    | "ZPL203"
    | "ZPL300"
    | "ShippingServiceDefault";
}

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).

ShippingServiceOptions

CarrierWillPickUpOption?:
    | MerchantFulfillmentApiModelCarrierWillPickUpOption
    | "CarrierWillPickUp"
    | "ShipperWillDropOff"
    | "NoPreference"

ShippingServiceOptions

ShippingServiceOptions

DeliveryExperience:
    | "DeliveryConfirmationWithAdultSignature"
    | "DeliveryConfirmationWithSignature"
    | "DeliveryConfirmationWithoutSignature"
    | "NoTracking"
    | MerchantFulfillmentApiModelDeliveryExperienceType

ShippingServiceOptions

LabelFormat?:
    | "PDF"
    | MerchantFulfillmentApiModelLabelFormat
    | "PNG"
    | "ZPL203"
    | "ZPL300"
    | "ShippingServiceDefault"

ShippingServiceOptions

MMNEPVFCICPMFPCPTTAAATR