@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderSetDeliveryAddressCustomTypeAction

    interface OrderSetDeliveryAddressCustomTypeAction {
        action: "setDeliveryAddressCustomType";
        deliveryId?: string;
        deliveryKey?: string;
        fields?: FieldContainer;
        type?: TypeResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setDeliveryAddressCustomType"
    deliveryId?: string

    id of an existing Delivery.

    Either `deliveryId` or `deliveryKey` must be provided.
    
    deliveryKey?: string

    key of an existing Delivery.

    Either `deliveryId` or `deliveryKey` must be provided.
    

    Sets the Custom Fields fields for the Delivery address.

    Defines the Type that extends the Delivery address with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery address.