Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 881 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 881 Bytes

Celery API JS Library

Simple library for creating an order with line items and checking out with Celery Cart API

PRE-ALPHA

This is NOT recommended for production use.

Goal

A lightweight wrapper for the Celery Cart API.

Fetch

  • Product and Collection
  • Shipping Rates
  • Tax Rates
  • Coupon

Create

  • Order

Requirements

  1. jQuery or other AJAX microlibrary
  2. IE8/9 support: jQuery-ajaxTransport-XDomainRequest

Getting Started

  1. Include jQuery
  2. If you need IE8/9 support, also include jQuery-ajaxTransport-XDomainRequest
  3. Include this library
  4. Serialize (preview) an order
  5. Create an order

Development

Currently in pre-alpha, not recommended for production use.

License

MIT