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

    Interface OrderSetItemShippingAddressCustomFieldAction

    interface OrderSetItemShippingAddressCustomFieldAction {
        action: "setItemShippingAddressCustomField";
        addressKey: string;
        name: string;
        value?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setItemShippingAddressCustomField"
    addressKey: string

    key of the Address in itemShippingAddresses.

    name: string

    Name of the Custom Field.

    value?: any

    If value is absent or null, this field will be removed if it exists. Removing a field that does not exist returns an InvalidOperation error. If value is provided, it is set for the field defined by name.