-
Hi, I want to know is it possible with this SDK in Laravel(PHP) send products from my website to Amazon and how to do that? And second question that I have, is it possible with this SDK to give authorization to some AWS application, so after that I am able to get products and orders of my clients, or I need to make that authorization via Amazon API https://developer-docs.amazon.com/sp-api/docs/website-authorization-workflow#step-0-set-up-an-authorize-button. I hope so that you will answer to me, because I am a developer who tries to find the best solution for export products of my customers from my website to their AWS accounts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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.
I found solution for this create product feed in Laravel with Amazon SP-API (https://github.com/amazon-php/sp-api-sdk):