A comprehensive PHP library to connect your shop to Fnac.com Marketplace
If you are managing a shop on Fnac.com Marketplace, you would probably want to automate some repetitive tasks upon offers or orders. Fnac.com offers a REST API to take control over your account and this library can help you quickly develop your custom client to connect and use all the features of your Fnac Marketplace seller account.
Installing / Getting started Make sure your PHP version is at least 7.0.0, and that you have php5-xsl mod installed. You will also need to have composer installed on your host.
Simply clone the project into a private directory: /!\ Important /!\ if you use symfony 2.8 please use the version tagged v2.0
git clone https://github.com/cedcommerce/Fnac-sdk.git
And launch the installation
composer install
or with
php composer.phar install
The documentation of our API and a complete how-to-use guide is available on Fnac Marketplace API test sandbox here: https://marketplace.ws.fd-recette.net/docs/api/2.6/index.html You will need to get your access by demanding it from the Fnac Marketplace commercial support.
This library is already used as is by many Fnac Marketplace vendors, but it can now be improved by anyone. If you'd like to contribute, please fork the repository and use a feature branch. Any helping suggestions and pull requests are warmly welcome.
The code in this project is licensed under MIT license.