Package DE_EPAGES::BMEcat::API::XML::BMEcatImportHandler
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
|