Skip to content

Python SDK for the Sellix Developers API (developers.sellix.io). Quickly get started and create products, payments and more using Python.

License

Notifications You must be signed in to change notification settings

Sellix/python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sellix Python SDK

tag pypi Downloads

Introduction

Sellix public API for developers to access merchant resources

Requirements

  • python ^3.7

Installation

Install the package through pip.

python3 -m pip install sellix-python-sdk

Usage

from sellix import Sellix

# pass <MERCHANT_NAME> only if you need to be authenticated as an additional store

client = Sellix("<YOUR_API_KEY>", "<MERCHANT_NAME>")

try:
    products = client.get_products()
except Sellix.SellixException as e:
    print(e)

Documentation

Sellix Developers API

About

Python SDK for the Sellix Developers API (developers.sellix.io). Quickly get started and create products, payments and more using Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages