-
I'm trying to fetch a report in multiple regions. I do this by creating multiple MWS objects. However, the MWS objects seem to overwrite eachother when I create them using an asynchronous function.
…
-
GetLowestPricedOffersForSKU,
GetCompetitivePricingForSKU,
GetLowestOfferListingsForSKU,
GetLowestPricedOffersForSKU,
GetMyPriceForSKU,
GetProductCategoriesForSKU.
All return "XXXXX-XXXX-XX is …
-
Hello,
I am trying to use the amazon feed class to upload a single line of inventory. I know the feed works because I have submitted it through their interface and it works just fine.
I keep running…
-
Dear community,
retail is one of the first industry focuses for Odoo 13. The goal is to cover most 'must have' needs of retail companies. Here is our current roadmap. Suggestions? remarks? Thanks!
…
-
Hi,
I am trying to use below mws api using this module. But getting Access Denied error. But things are working fine if I use the same api with same parameters using scratchpad.
var amazonMws …
-
It looks like the documentation auto generator doesn't handle classes very well, if at all, or needs some kind of special support to do so. Nothing from the MwsAdvanced class is documented, only from…
-
Keys named "Value" have been replaced with "_" in all output. Example from `GetCompetitivePricingForASIN`
Before:
```
"NumberOfOfferListings": {
"OfferListingCount": [
{
…
-
Occasionally MWS is spitting back this in response to an otherwise correct request:
```xml
Server
500
500 - Server Error
```
In that case …
-
```
const requestOrdersReport = (client, args) => {
const req = MWS.Reports.requests.RequestReport();
req.set(args);
return client.invoke(req);
};
app.get('/requestOrdersReport', async (…
zxr90 updated
6 years ago
-
It happens when calling [GetReport](http://docs.developer.amazonservices.com/en_US/reports/Reports_GetReport.html) API call:
```php
$result = $mws->send('GetReport', '/Reports/2009-01-01', [
…