A Sellix.io wrapper in C#
using System;
// Imports the library from the DLL.
using SellixIO;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
// Makes the variable "api" a bridge that contacts Sellix's servers.
Sellix api = new Sellix("api_key_here");
// Prints the whole blacklist.
Console.WriteLine(api.GetAllBlacklist());
}
}
}
Get blacklist
Get a blacklist by id
Get all categories
Get a specific category
Get all coupons
Get a specific coupon
Get all feedbacks
Get a specific feedback
Get all orders
Get a specific order
Get all products
Get a specific product
Get all queries
Get a specific query