2017 © Pedro Peláez
 

library amazon-mws-finances

Amazon Marketplace Web Service Finances PHP Client Library

image

aivanouski/amazon-mws-finances

Amazon Marketplace Web Service Finances PHP Client Library

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

amazon-mws-finances

Amazon Marketplace Web Service Finances PHP Client Library - Version 2015-05-01

Installation

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

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

Version

Current version is MWSFinancesPHPClientLibrary-2015-05-01._V312120327_., (*2)

Installation

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

    "aivanouski/amazon-mws-finances": "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 \MWSFinancesService_Client( AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, APPLICATION_NAME, APPLICATION_VERSION, $config);, (*6)

$request = new \MWSFinancesService_Model_ListFinancialEventGroupsRequest(); $request->setSellerId(MERCHANT_ID); $date = new \DateTime('today', new \DateTimeZone('UTC')); $request->setFinancialEventGroupStartedAfter($date->format('c')); $response = $service->ListFinancialEventGroups($request); ```, (*7)

The Versions

07/02 2017

dev-master

9999999-dev

Amazon Marketplace Web Service Finances PHP Client Library

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws finances

07/02 2017

v1.2

1.2.0.0

Amazon Marketplace Web Service Finances PHP Client Library

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws finances

17/03 2016

v1.1

1.1.0.0

Amazon Marketplace Web Service Finances PHP Client Library

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws finances

15/03 2016

v1.0

1.0.0.0

Amazon Marketplace Web Service Finances PHP Client Library

  Sources   Download

The Requires

  • php >=5.2.8
  • ext-curl *

 

by Andrei Ivanouski

api library amazon client mws finances