Alokai

Website

A Magento website, the top level of the store hierarchy, containing store groups.

type Website = {
  code: string;
  defaultStoreGroup: string;
  storeGroups: Record<string, StoreGroup>;
};

Referenced Types

On this page