Updates the Business Unit on the Shopping List. The Shopping List must have an existing Business Unit assigned already.

interface ShoppingListSetBusinessUnitAction {
    action: "setBusinessUnit";
    businessUnit: BusinessUnitResourceIdentifier;
}

Hierarchy (View Summary)

Properties

Properties

action: "setBusinessUnit"

The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.