LoginSignup
0

More than 5 years have passed since last update.

EC-CubeとRestAPIでの情報やり取りについて

Posted at

バージョン2.12から実装の様子
http://svn.ec-cube.net/open_trac/ticket/2102

コメントみると、外部とのやり取りはRestAPIのみ?


試しにデモサイトから呼び出してみる。
http://www.ec-cube.net/product/demo.php

(http://demo.ec-cube.net/〜)
〜に下記の内容を設定する。

XML形式
api/xml.php?Operation=GetVersion&Service=abc

(Amazon APIの仕様と一致するAPI呼出し)
api/xml.php?Operation=BrowseNodeLookup&Service=abc

JSON形式
api/json.php?Operation=GetVersion&Service=abc

PHP形式
api/php.php?Operation=GetVersion&Service=abc

参考
http://c-brains.jp/blog/wsg/14/04/07-150000.php

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0