Alokai

Store

A Magento store view, the most specific level of the store hierarchy.

type Store = {
  code: string;
  storeGroup?: StoreGroup;
};

Referenced Types

On this page