FeedSDK problem #365
sergisolanellas
started this conversation in
General
Replies: 2 comments 6 replies
-
What is the exact response from Amazon? You pasted only the message from SDK, but it logs the whole response - there might be more information what's wrong.
|
Beta Was this translation helpful? Give feedback.
5 replies
-
I found solution for this create product feed in Laravel with Amazon SP-API (https://github.com/amazon-php/sp-api-sdk):
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to upload a feed in php, and I can create a "createFeedDocument" and upload the content of feed, but the problem is in the function CreateFeed.
`
$factory = new Psr17Factory();
$client = new Curl($factory);
The error appears when I createFeed:
Fatal error: Uncaught AmazonPHP\SellingPartner\Exception\ApiException: [400] Error connecting to the API (https://sellingpartnerapi-eu.amazon.com/feeds/2021-06-30/feeds) in /vendor/amazon-php/sp-api-sdk/src/AmazonPHP/SellingPartner/Api/FeedsApi/FeedsSDK.php:291
Stack trace:
#0 (352): AmazonPHP\SellingPartner\Api\FeedsApi\FeedsSDK->createFeed()
#1 {main}
thrown in vendor/amazon-php/sp-api-sdk/src/AmazonPHP/SellingPartner/Api/FeedsApi/FeedsSDK.php on line 291
Anyone can helpme? I don't know what is the problem.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions