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

    Interface MyShoppingListSetLineItemCustomTypeAction

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "setLineItemCustomType"

    Sets the Custom Fields fields for the ShoppingListLineItem.

    lineItemId: string

    Unique identifier of an existing ShoppingListLineItem in the ShoppingList.

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