Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • RESTful services have a smaller footprint than SOAP, Parsing JSON is less computationally heavy and memory intensive then XML, however we can still support XML as well.
  • Improved efficiency allows us to support bulk requests as well as single requests, this will allow buyers to retrieve multiple items with 1 request rather than multiple single requests.
  • The health check will allow you to monitor the availability and uptime of the service.
  • On daily bases you can retrieve a list of changed products and via the bulk request, retrieve the updated products.
  • The API supports basic authentication only, for this you need a service user created in TPN Manager.


Base_url:

Syntax

ProductAPI - v1

API for retrieving product data.

...