Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ほぼすべてのMagentoストアデータ(顧客、注文、製品など)の変更を観察したいと思います。SOAP / RPC APIは、データの変更のリストを取得できないようです。
http://www.magentocommerce.com/wiki/5_-_modules_and_development/reference/magento_eventsにあるほとんどのMagentoイベントを監視するモジュールを構築する唯一の方法はありますか?
model_save_before
model_save_after
ただし、これがエンティティに影響するすべての書き込み操作をキャッチするという保証はありません。ORM とフレームワークを完全にバイパスして、書き込みアダプターを使用してエンティティ データを挿入/変更/削除することができます。
重要な質問は、なぜこれをやりたいのかということです。