# Ciloo Cart API

**Canonical:** https://apis.io/apis/ciloo/ciloo-cart-api/  
**Provider:** Ciloo — https://apis.io/providers/ciloo/  
**Base URL:** https://{store_domain}/wp-json/ciloo/v1  
**Documentation:** https://api.cilooprint.com/ciloo-cart-api-documentation/

Ciloo Cart API is one of 4 APIs that [Ciloo](https://apis.io/providers/ciloo/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Cart, Customers, Authentication, and Print on Demand. The published artifact set on APIs.io includes API documentation, an API reference, a getting-started guide, an OpenAPI specification, and authentication docs.

OAuth 1.0a (HMAC-SHA1) REST API on the ciloo/v1 namespace of a Ciloo brand store. Read, add, update and remove cart items; mint per-customer OAuth credentials from admin credentials; and issue one-hour auto-login tokens that drop a customer straight into the store's cart or order history. Customer records are created and updated through the WooCommerce wc/v3 namespace on the same host. Requests are form-encoded — the provider documents that a JSON content type breaks the signature.

## Operations (4)

| Method | Path | Summary |
|---|---|---|
| GET | `/wp-json/ciloo/v1/cart` | Get cart items |
| POST | `/wp-json/ciloo/v1/cart/add-item` | Add item to cart |
| PUT | `/wp-json/ciloo/v1/cart/items/{asset_id}` | Update cart item |
| DELETE | `/wp-json/ciloo/v1/cart/items/{asset_id}` | Remove cart item |

## Machine-readable artifacts (10)

- **Documentation** — https://api.cilooprint.com/ciloo-cart-api-documentation/
- **APIReference** — https://api.cilooprint.com/ciloo-cart-api-documentation/#api-endpoints-reference
- **GettingStarted** — https://api.cilooprint.com/ciloo-cart-api-documentation/#authentication-setup
- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/openapi/ciloo-cart-api-openapi.yml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/overlays/ciloo-cart-api-overlay.yaml
- **Postman** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/collections/ciloo-cart-api.postman_collection.json
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/authentication/ciloo-authentication.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/errors/ciloo-problem-types.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/data-model/ciloo-data-model.yml
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/ciloo/refs/heads/main/apis.yml

## Other Ciloo APIs (3)

- [Ciloo Printer API Integration](https://apis.io/apis/ciloo/ciloo-printer-api/)
- [Ciloo Authentication API](https://apis.io/apis/ciloo/ciloo-authentication-api/)
- [Ciloo Customers API](https://apis.io/apis/ciloo/ciloo-customers-api/)

## Tags

Cart, Customers, Authentication, Print on Demand

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/ciloo/ciloo-cart-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/ciloo/.
