Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel3

A complete reference guide to the MediaServices API.

...

  • WS_URL is the URL to our API. Currently, https://wsmedia.tlsecure.com is the main one, and the one we 'll use in this documentation, but you could get another one.

  • returnType is the format in which you want to get the response of our service. Currently, the API supports responses in json or xml.

  • domainCode is how we indentify your shop within our API. You receive a domaincode when you start your shop with us. In this documentation, we use the domaincode 00000 one as a test webshop.

Table of Contents
minLevel1
maxLevel3

Supported resources

This API reference is organized by resource type. Each resource type has one or more data response-formats (JSON/XML) and one or more HTTP methods (GET, POST, PUT, DELETE).

Each resource is typically accessible by extending the main connection string (e.g. https://wsmedia.tlsecure.com/api/json/00000) with the resourcename (e.g. customer).
For example, if you’re looking for information about customers, make a GET request to https://wsmedia.tlsecure.com/api/json/0000/customer/ .

Search Engine

  • Search Engine - Search through a catalogue and display details of a product

Shop

  • Shop - Display how a webshop is configured (Language, country..)

Customers

Cart

Order

  • Order status update - Update the status of an order (Admin-role only)

  • Buckaroo - Receive information to use Buckaroo (Admin-role only, Not recommended)

  • MultiSafePay - Receive information to use MultiSafePay(Admin-role only)

Product

Selections

Classifications

Mails

  • Transactional mails - Manage and configure the e-mails which are sent when a user takes an action (orderconfirmation, registration…)

Carriers

  • SendCloud - The SendCloud API consists of several resources.

Reference

Items

These items needs a bit more explanations about them.

Lists

The lists below describe the possible, available values a certain parameter can have.

Generic errors code