Associates the Customer with a Store.

interface CustomerAddStoreAction {
    action: "addStore";
    store: StoreResourceIdentifier;
}

Properties

Properties

action: "addStore"

ResourceIdentifier of the Store to add.

Generated using TypeDoc