Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

A complete reference guide to the MediaServices API.

Each service will ask you for {WS_URL}, {returnType} and {domainCode}.

  • 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.

Modifier

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/ .

Modifier

Search Engine

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

Modifier

Shop

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

Modifier

Customers

Modifier

Cart

Modifier

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)

Modifier

Product

Modifier

Selections

Modifier

Classifications

Modifier

Mails

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

Modifier

Carriers

  • SendCloud - The SendCloud API consists of several resources.

Modifier

Reference

Modifier

Items

These items needs a bit more explanations about them.

Modifier

Lists

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

Modifier

Generic errors code

  • No labels