Crates.io Crates.io Crates.io GitHub Workflow Status

About

A rust based sdk for e-commerce platform CS cart

Getting started

```rust use cscartrs::Client; use serdejson::Value;

async fn getcategories() -> Result> { let client = Client::new() .host("http://my-ecommerce-site.com") .username("my-user-email@email.com") .apikey("user-api-key");

let categories = client
    .category()
    .get_all().await;

categories

} ```

Features

| Entity | Support | | :---: | :-----: |
| cart | :whitecheckmark: |
| call requests | :clock9: |
| categories | :whitecheckmark: |
| discussions | :x: |
| languages | :x: |
| langvars | :x: |
| orders | :clock9: |
| pages | :x: |
| payment methods | :whitecheckmark: |
| products | :whitecheckmark: |
| product features | :x: |
| product variations | :x: |
| product variation group | :x: |
| product options | :x: |
| product option combination | :x: |
| product option exception | :x: |
| settings | :clock9: |
| shipments | :clock9: |
| shipping methods | :clock9: |
| statuses | :clock9: |
| stores | :x: |
| taxes | :clock9: |
| users | :whitecheckmark: |
| user groups | :clock9: |
| vendors | :whitecheckmark: |

More functionality coming soon :clock9: