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

    Interface OrderSetShippingAddressCustomTypeAction

    interface OrderSetShippingAddressCustomTypeAction {
        action: "setShippingAddressCustomType";
        fields?: FieldContainer;
        type?: TypeResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setShippingAddressCustomType"

    Sets the Custom Fields fields for the shippingAddress.

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