Skip to content

Interaction with the Amazon api for vendors called MWS

Notifications You must be signed in to change notification settings

lrnzfrr/amazon-mws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change your composer.json file

"require": {
    // ...
    "mcs/amazon-mws": "*",
    // ...
},
"repositories": [
    {
        "name": "mcs/amazon-mws",
        "type": "git",
        "url": "https://github.com/lrnzfrr/amazon-mws.git"
    }
],

In this fork i added $queryStartDateTime in ListInventorySupply

// Get a list's inventory for Amazon's fulfillment
$client->ListInventorySupply($sku_array = []);
// ..or
$queryStartDateTime = date('c',$time);
$client->ListInventorySupply([],$queryStartDateTime]);

About

Interaction with the Amazon api for vendors called MWS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%