Website
A Magento website, the top level of the store hierarchy, containing store groups.
type Website = {
code: string;
defaultStoreGroup: string;
storeGroups: Record<string, StoreGroup>;
};A Magento website, the top level of the store hierarchy, containing store groups.
type Website = {
code: string;
defaultStoreGroup: string;
storeGroups: Record<string, StoreGroup>;
};