Interface ShoppingListSetTextLineItemCustomTypeAction

interface ShoppingListSetTextLineItemCustomTypeAction {
    action: "setTextLineItemCustomType";
    fields?: FieldContainer;
    textLineItemId?: string;
    textLineItemKey?: string;
    type?: TypeResourceIdentifier;
}

Properties

action: "setTextLineItemCustomType"

Sets the Custom Fields fields for the TextLineItem.

textLineItemId?: string

The id of the TextLineItem to update. Either lineItemId or lineItemKey is required.

textLineItemKey?: string

The key of the TextLineItem to update. Either lineItemId or lineItemKey is required.

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