interface OrderSetReturnItemCustomTypeAction {
    action: "setReturnItemCustomType";
    fields?: FieldContainer;
    returnItemId: string;
    type?: TypeResourceIdentifier;
}

Properties

action: "setReturnItemCustomType"

Sets the Custom Fields fields for the ReturnItem.

returnItemId: string

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

Generated using TypeDoc