Skip to main content

Este paquete nos permite consumir el API de falabella

Project description

FalabellaAPIClient

Este módulo permite interactuar con el API de Linio y Falabella para leer, actualizar y crear productos, órdenes y datos de clientes. Este módulo es útil para integrar el API de Linio con otros sistemas.

Instalación

Para instalar este módulo, ejecute el siguiente comando:

pip install FalabellaAPIClient

Uso básico Para usar este módulo, primero debe obtener las credenciales de acceso al API de desde Linio sellercenter, en la sección de configuración general > administrar usuarios ó en falabella sellercenter, en la sección de Mi cuenta > Integraciones

from FalabellaAPIClient import Session, Products, Service, Orders
import json

# login
user = "email@example.com"
key = "_api_key_"

session = Session(user, key, "falabella")
service = Service()

# get a product

items = Products(service, session)

product_list = ["TP-19150"]

item = items.get(SkuSellerList=json.dumps(product_list))

print("product:", item)

# get orders

order = Orders(service, session)

print("order:", order.get(100513))
print("orderItems:", order.items(100513))

Créditos

Camilo Andrés Rodriguez

referencias

https://developers.falabella.com/

Licencia

Este proyecto está bajo la Licencia [MIT].

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

FalabellaAPIClient-0.0.1.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file FalabellaAPIClient-0.0.1.tar.gz.

File metadata

  • Download URL: FalabellaAPIClient-0.0.1.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for FalabellaAPIClient-0.0.1.tar.gz
Algorithm Hash digest
SHA256 560542248d9ad4d10882db75a508f59b2c4369fd254f798a552d006a1274ae22
MD5 f4035be50465ab0fe56fa775a658d847
BLAKE2b-256 9e522c52071bb10a55ce42d53ad97bbd752364d23f36c939638b62bca730764f

See more details on using hashes here.

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