FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Sellix/python-sdk: Python SDK for the Sellix Developers API (developers.sellix.io). Quickly get started and create products, payments and more using Python. · GitHub

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sellix Python SDK

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

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL