問題タブ [google-content-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
opencart2.x - OpenCart で Content API for Shopping が機能しない
OpenCart の Content API for Shopping を PHP アプリに統合しようとすると、次のエラーが発生します。
Fatal error: Uncaught exception 'GSC_ParseError' with message 'Not Found' in /home/public_html/admin/controller/module/GShoppingContent.php:2805 Stack trace: #0 /home/public_html/admin/controller/module/GShoppingContent.php(980): _GSC_AtomParser::parse('Not Found') #1 /home/public_html/admin/controller/module/contentapi.php(76): GSC_Client->insertProduct(Object(GSC_Product)) #2 [internal function]: ControllerModuleContentApi->index(Array) #3 /home//public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php(71): call_user_func(Array, Array) #4 /home//public_html/vqmod/vqcache/vq2-system_engine_front.php(89): Action->execute(Object(Registry)) #5 /home//public_html/vqmod/vqcache/vq2-system_engine_front.php(63): Front->execute(Object(Action)) #6 /home//public_html/admin/index.php(175): Front->dispatch(Object(Action), Object(Action)) #7 {main} thrown in /home//public_html/admin/controller/module/GShoppingContent.php on line 280
5
これが私のコードです:
php - EAN または GTIN からショッピング商品を検索するための Google コンテンツ API
私は Google content API for Shopping の初心者です。最近、さまざまな競合他社との製品比較を行う 1 つのプロジェクトに取り組んでいます。
データベースに GTIN [ Global Trade Item Number ] があります。Google ショッピングで検索を実行し、すべての製品と販売者の概要情報を取得したいと考えています。
独自のマーチャント アカウント用の Google ショッピング サポート API のソリューションを探しています。Google は、独自のフィード/商品のすべての操作を実行するための API を提供します。
Google ショッピングからhttp://screencast.com/t/ZYcwn7QpNFAに表示される情報が必要です。助けてください