moyskad-catalog
ICML generator for the MoySklad catalog
Usage
-
Include file
MoySkladICMLParser.php
-
Configure parser
$parser = new MoySkladICMLParser(
'login@moysklad',
'password',
'shopname',
$options
);
- Call
generateICML
method
See file example.php
for simple usage example.
Options
Options is array with next keys:
file
- filename with result icml without path (default: shopname.catalog.xml)directory
- target directory for icml file (default: current directory)'archivedGoods'
- option for inclusion in the generation of archived goods and trade offers (takes the values oftrue
orfalse
)ignoreCategories
- array with keys:ids
- array with GoodFolderid
for ignoreexternalCodes
- array with GoodFolderexternalcode
for ignore
ignoreNoCategoryOffers
- Iftrue
goods that do not belong to any category are ignoredimageDownload
- an array containing information for loading images.site
- the address of the site from where images will be given in retailCRMpathToImage
- The path from the root of the site to the directory where images will be stored
All options keys aren't required