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

Properties

action: "setLineItemCustomType"

Sets the Custom Fields fields for the Line Item.

lineItemId: string

id of the LineItem to update.

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

Generated using TypeDoc