2017 © Pedro Peláez
 

library priceminister-ws

Priceminister webservice SDK

image

quazardous/priceminister-ws

Priceminister webservice SDK

  • Thursday, September 14, 2017
  • by quazardous
  • Repository
  • 2 Watchers
  • 2 Stars
  • 93 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Priceminister Webservices SDK

~~Ongoing~~ Nearly done work to access Priceminister Rakuten Webservices., (*1)

https://developer.fr.shopping.rakuten.com/blog/fr/, (*2)

Working API functions

ProductListing

https://developer.fr.shopping.rakuten.com/blog/fr/product-listing-secure/, (*3)

CategoryMap

https://developer.fr.shopping.rakuten.com/blog/fr/category-map/, (*4)

GetNewSales

https://developer.fr.shopping.rakuten.com/blog/fr/documentation/new-sales/get-new-sales/, (*5)

GetCurrentSales

https://developer.fr.shopping.rakuten.com/blog/fr/documentation/post-confirmation-of-sale/get-current-sales/, (*6)

AcceptSale, RefuseSale

https://developer.fr.shopping.rakuten.com/blog/fr/documentation/new-sales/accept-or-refuse-sales/, (*7)

ImportStock

https://developer.fr.shopping.rakuten.com/blog/fr/documentation/inventory-management/import-csv/inventory-import/, (*8)

ImportReport

https://developer.fr.shopping.rakuten.com/blog/fr/documentation/inventory-management/import-csv/inventory-import/, (*9)

Install

composer req quazardous/priceminister-ws

Usage

use Quazardous\PriceministerWs\Client;
use Quazardous\PriceministerWs\Request\ProductListingRequest;

$client = new Client();
$request = new ProductListingRequest();
$request->setParameter('login', '***');
$request->setParameter('pwd', '***');
$request->setParameter('refs', 9780747595823);
$response = $client->request($request);

The Versions

14/09 2017

dev-master

9999999-dev

Priceminister webservice SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar quazardous

14/09 2017

1.0.0

1.0.0.0

Priceminister webservice SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar quazardous

14/09 2017

1.0.1

1.0.1.0

Priceminister webservice SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar quazardous