@gradientedge/commercetools-utils
    Preparing search index...

    Interface MyShoppingListSetTextLineItemCustomTypeAction

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

    Hierarchy (View Summary)

    Index
    action: "setTextLineItemCustomType"

    Object containing the Custom Fields fields for the TextLineItem.

    Required if at least one Custom Field is defined as required in the `fieldDefinitions` of the referenced [Type](ctp:api:type:Type).
    
    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.