2017 © Pedro Peláez
 

library amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

image

aivanouski/amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 5 Versions
  • 23 % Grown

The README.md

amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library - Version 2013-09-01

Installation

Install Composer and add amazon-mws-orders to your composer.json:, (*1)

composer require aivanouski/amazon-mws-orders:dev-master

Version

Current version is MWSOrdersPHPClientLibrary-2013-09-01._V293335039_., (*2)

Installation

Add the reference into your composer.json :, (*3)

    "aivanouski/amazon-mws-orders": "dev-master"
    composer update

``` Use in controller :, (*4)

$config = array ( 'ServiceURL' => $serviceUrl, 'ProxyHost' => null, 'ProxyPort' => -1, 'ProxyUsername' => null, 'ProxyPassword' => null, 'MaxErrorRetry' => 3, );, (*5)

$service = new \MarketplaceWebServiceOrders_Client( AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, APPLICATION_NAME, APPLICATION_VERSION, $config);, (*6)

$request = new \MarketplaceWebServiceOrders_Model_ListOrdersRequest(); $request->setSellerId(MERCHANT_ID);, (*7)

$response = $service->ListOrders($request); ```, (*8)

The Versions

13/10 2016

dev-master

9999999-dev

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws orders

13/10 2016

v1.3

1.3.0.0

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws orders

17/08 2016

v1.2

1.2.0.0

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws orders

17/03 2016

v1.1

1.1.0.0

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws orders

15/03 2016

v1.0

1.0.0.0

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws orders