selling-partner-api
selling-partner-api copied to clipboard
A PHP client library for Amazon's Selling Partner API
Dear All, Is there any way/api to create Shipping Template and retrieve templates and its settings. Thank you very much.
Hi, Firstly thanks for amazing repo! I can make success api call with own seller but, how can we use with another sellers? I have approved app in appstore, sellers...
Hello All, I'm trying to create a new product for amazon. But i couldn't find which API i should use and any example xml file. Could you please help? Best...
Hello, I use POST_PRODUCT_DATA when creating asin and I can add as many products as I want for a store. But I can only use 1 merchantId in Header and...
## Problem description: In my system, we have a requirement of the seller API shipping API V2. I am not able to call shipping API version 2 using this package....
@jlevers, I have found two new issues in v5.2.1: 1. `if (!$this->signingScope && ($restrictedPath === null || $dataElements === [])) {` was replaced with `if (!$this->signingScope && $restrictedPath === null...
Using `downloadStream()` with a file is like ```php $charset = null; $docToDownload->downloadStream($fh = \GuzzleHttp\Psr7\Utils::tryFopen($filename, 'w'), $charset); ```
## Problem description: When using the order report API, an error was found that the XML could not be parsed ## Error: Warning: simplexml_load_string(): input conversion failed due to input...
Hi, upload content are plain string. It's not memory friendly. You could allow using stream or file resource (since guzzle body is allowing it) thx
Currently th charset seams to be hard wired to UTF-8 I need to upload CSV in non UTF-8. how can I do it ?