Skip to content

v1.2.1.beta

Pre-release
Pre-release

Choose a tag to compare

@eaxlex eaxlex released this 12 Dec 21:56
· 44 commits to latest since this release

TheMarketer TheMarketer - Magento 2

Compatible with:

- Magento 2

Install TheMarketer

Copy mktr.zip to store_root_folder

cd path_to_the_store_root_folder
unzip -o mktr.zip -d mktr
sh mktr/mktr.sh install # or 
sh mktr/mktr.sh install php7.4 # if you have multiple php versions you can add it 

unInstall TheMarketer

cd path_to_the_store_root_folder
sh mktr/mktr.sh uninstall # or 
sh mktr/mktr.sh uninstall php7.4 # if you have multiple php versions you can add it 
  • Param "store"
  • remove vsprintf
  • Use as
/mktr/api/Feed?key={REST_KEY}&store={STORE_ID|STORE_CODE}
  • Magento 2 Default
/mktr/api/Feed?key={REST_KEY}&___store={STORE_CODE}
  • Add Page Limit Option
&page={PAGE}
&limit={LIMIT}