Product dial (products method)

The products method allows you to load the list of products available in the affiliate system.

Endpoint

URL
https://api.wedos.as/partner/products/cs
Method
GET
Output
In the item results product field.

Input parameters

The method does not support any input parameters.

Product details

Each record contains the following information:

  • ID – Product ID
  • advertiserId – advertiser ID
  • name – product name
  • description – product description
  • commissionType – commission type
  • commissionValue – commission value
  • cookieDays – cookie duration in days

Output data

The method returns an array of product records in the results item.

Example answer (abridged):

{
  "results": [
    {
      "ID": 101,
      "advertiserId": 2,
      "name": "Webhosting NoLimit",
      "description": "Webhosting bez omezení s SSD disky.",
      "commissionType": "percent",
      "commissionValue": 30,
      "cookieDays": 30
    }
  ],
  "requestId": "1495632212.2332.12078"
}


If you have any problems or questions regarding the commission system, please write to affiliate@wedos.com.

Go to top