akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
83 stars 89 forks source link

Get Default WebsiteId via Default StoreView #643

Open rbnmulder opened 1 year ago

rbnmulder commented 1 year ago

The Default Website Id is used for mapping a default tax class to the Default Scope.

This works as intended when using the CLI command to import products. The function getDefaultWebsiteId return the correct default website id.

When we run the import via the schedule we get the website id of the admin website (0). This is not the correct default website id. And this website is also not mappable in the configuration under field Default Tax Class.

Imports via the schedule result in a Tax Class that is None.