Skip to main content

Wrapper around SellerActive.com API

Project description

SELLER-ACTIVE-API Python Wrapper

CodeFactor

This project provides a Python wrapper for interacting with the rest.selleractive.com API, allowing developers to easily integrate the API's functionality into their Python applications.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Installing

Badge

pip install python_seller_active

Usage

from seller_active.api import Inventory

# repricer reports API
data = Inventory(seller_id='your_username', api_key='your_password').get_inventory()
print(data)
# or
cli = Inventory(seller_id='your_username', api_key='your_password')
data = cli.get_inventory()
print(data)

License

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_seller_active-0.0.5.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

python_seller_active-0.0.5-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page