Store
A Magento store view, the most specific level of the store hierarchy.
type Store = {
code: string;
storeGroup?: StoreGroup;
};A Magento store view, the most specific level of the store hierarchy.
type Store = {
code: string;
storeGroup?: StoreGroup;
};