Home > @vsf-enterprise/commercetools-types > OrderEditUpdateAction

# OrderEditUpdateAction type

Signature:

export declare type OrderEditUpdateAction = {
    addStagedAction?: InputMaybe<AddOrderEditStagedAction>;
    setComment?: InputMaybe<SetOrderEditComment>;
    setCustomField?: InputMaybe<SetOrderEditCustomField>;
    setCustomType?: InputMaybe<SetOrderEditCustomType>;
    setKey?: InputMaybe<SetOrderEditKey>;
    setStagedActions?: InputMaybe<SetOrderEditStagedActions>;
};

References: InputMaybe, AddOrderEditStagedAction, SetOrderEditComment, SetOrderEditCustomField, SetOrderEditCustomType, SetOrderEditKey, SetOrderEditStagedActions