ePages 6.11.0 - DE_EPAGES/BMEcat/API/XML/BMEcatImportHandler.pm

Package DE_EPAGES::BMEcat::API::XML::BMEcatImportHandler

Base
DE_EPAGES::XML::API::BaseImportHandler
@EXPORT_OK
ImportBMEcat
ImportBMEcatScript

Functions

ImportBMEcat
ImportBMEcatScript

ImportBMEcat

Imports a BMEcat XML file.

Syntax
ImportBMEcat( $hOptions );
Input
$hOptions (ref.hash.string)
keys
  • ImportFile - BMEcat import filename - string
  • Shop - shop object - object
  • TaxAreaPath - tax area object - object
  • Mode - 'Validate' or 'Import' - string
  • IgnoreCatalogs - ignore catalogs - boolean
  • VisibleCategories - set categories visible - boolean
  • VisibleProducts - set products visible - boolean

ImportBMEcatScript

Imports BMEcat XML file and can be triggered from command line.

Syntax
ImportBMEcatScript( $hOptions );
Input
$hOptions (ref.hash.string)
keys
  • ImportFile - BMEcat import filename - string
  • ShopPath - (optional) path to shop object - string
  • TaxAreaPath - path to the tax area - string
  • Mode - 'Validate' or 'Import' - string
  • IgnoreCatalogs - ignore catalogs - boolean
  • VisibleCategories - set categories visible - boolean
  • VisibleProducts - set products visible - boolean