Log in
Model

StoreResolver

Magento\CatalogImportExport\Model\Import\Product\StoreResolver

What it does

This class resolves store and website identifiers during product import operations.

Developers use it to map store codes to IDs, website codes to IDs, and understand website-to-store relationships when importing catalog data, ensuring products are assigned to the correct stores and websites.

Public Methods

  • getWebsiteCodeToId()
  • getWebsiteCodeToStoreIds()
  • getStoreCodeToId()
  • getStoreIdToWebsiteStoreIds()