Skip to main content

Python Flipkart Marketplace API Client

Project description

https://img.shields.io/travis/fulfilio/python-flipkart-api.svg https://img.shields.io/pypi/v/python-flipkart.svg

Python Flipkart Marketplace API Client

Installing

From PYPI:

$ pip install python-flipkart

From source code (advanced users and for development):

$ git clone https://github.com/fulfilio/python-flipkart-api.git
$ cd python-flipkart-api
$ python setup.py install

Example Usage

from flipkart import FlipkartAPI, Authentication

auth = Authentication('app id', 'app secret', sandbox=True)
token = auth.get_token_from_client_credentials()

flipkart = FlipkartAPI(token['access_token'], sandbox=True, debug=True)
orders = flipkart.search_orders()

Getting Access Token

If you have registered an application with your seller credentials and would like to access resources in your account, you could use the application id and secret alone to do so. The authentication helper in the API gives you a convenient way to get tokens

from auth import Authentication

auth = Authentication(
    '<application id>',
    '<application secret>',
    sandbox=True,           # If you are using sandbox
)
auth.get_token_from_client_credentials()

Features

  • TODO

History

0.1.0 (2015-01-11)

  • First release on PyPI.

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-flipkart-0.1.2.tar.gz (16.1 kB view details)

Uploaded Source

File details

Details for the file python-flipkart-0.1.2.tar.gz.

File metadata

File hashes

Hashes for python-flipkart-0.1.2.tar.gz
Algorithm Hash digest
SHA256 57a83c4926b79d00eba3a51f81f91e757c91d1b0a124ec78896815d3cad1a990
MD5 3546b56fd0683bcc3803234a5d329470
BLAKE2b-256 38e74cea1010ef3e638fc190a0030bb75e57f63db45573f5304e83bad98a50c9

See more details on using hashes here.

Supported by

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