interface OrderSetLineItemCustomTypeAction {
    action: "setLineItemCustomType";
    fields?: FieldContainer;
    lineItemId: string;
    type?: TypeResourceIdentifier;
}

Properties

action: "setLineItemCustomType"

Sets the Custom Fields fields for the LineItem.

lineItemId: string

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

Generated using TypeDoc