Skip to content

A suite of client classes for the bol.com Plaza API in PHP and C#

License

Notifications You must be signed in to change notification settings

Lonefish/bol.com-plaza-api-clients

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bol.com-plaza-api-clients

A suite of client classes for the bol.com Plaza API in PHP and C#

Bol.com Plaza API Features

The bol.com Plaza API is one of the API's that bol.com has to offer. It allows 3rd party sellers with professional bol.com seller accounts to link their order administration to that of bol.com.

Currently the only features disclosed through the API are:

  • Receiving new orders
  • Marking orders as shipped or cancelled
  • Getting payment information

For more information see the bol.com developer portal (Only available in the Dutch language although the documentation is in English).

Target Audience

Software developers of e-commerce solutions / administrative systems

What the code does

The code in this project offers an abstract implementation of the bol.com Plaza API.

These classes take care of the communication with the Plaza API which means they:

  • Communicate with the Plaza API over HTTPS
  • Perform the signing of requests
  • Compose the XML input that the Plaza API requires
  • Parse the XML that the Plaza API produces
  • Capture errors and allow the developer to handle those.

The developer knows how to code for his own systems and wishes to connect those to bol.com without having to re-invent the wheel.

Credits

Eat your vegetables...

About

A suite of client classes for the bol.com Plaza API in PHP and C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 71.7%
  • PHP 28.3%