Skip to main content

IKEA API Client

Project description

IKEA API Client

Manage cart, check available delivery options, lookup your purchase history.

Features

Cart

  • add, delete and update items
  • copy cart from another user
  • set and delete coupon
  • show
  • clear

Order Capture

  • get available delivery services

Purchase

  • get history
  • get order info (can be used without authorization by login)

Get items specs

Example

from ikea_api import get_guest_token, Cart, OrderCapture

token = get_guest_token()
cart = Cart(token)
cart.add_items({'30457903': 1})
order_capture = OrderCapture(token, zip_code='101000')
services = order_capture.get_delivery_services()
print(services)

Installation

pip install git+git://github.com/vrslev/ikea-api-client.git@master

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

ikea_api-0.1.3.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

ikea_api-0.1.3-py3-none-any.whl (19.3 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