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

    Interface ShoppingListSetCustomerAction

    interface ShoppingListSetCustomerAction {
        action: "setCustomer";
        customer?: CustomerResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCustomer"

    The Customer the ShoppingList should be associated to. If empty, any existing value will be removed.