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

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

Properties

Properties

action: "setBusinessUnit"

New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.

Generated using TypeDoc