absuite-cart

Manage Alliance Business Suite cart operations via its Cart Service REST API.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-cart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-cart
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-cart
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-cart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually research and craft API requests for Alliance Business Suite cart operations, handling complex scoping rules, authentication flows, and endpoint-specific formatting requirements for you.

Core Features & Use Cases

  • Full Cart Lifecycle Management: Handle all cart types (guest, user, acting, business tenant) including adding/removing items, updating quantities, and submitting carts for checkout.
  • Wish List & Compare Table Support: Create, update, and manage customer wish lists and product comparison tables tied to individual carts.
  • Use Case: E-commerce developers building ABS integrations can use this Skill to quickly implement cart functionality without memorizing dozens of endpoint paths, scoping rules, or request body formats.

Quick Start

Use the absuite-cart skill to retrieve the current user's cart, add a specified product to it, and submit the cart for checkout.

Frequently Asked Questions about absuite-cart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage shopping cart operations for the Alliance Business Suite REST API?

Manage ABS shopping cart operations by using a Skill that handles the Cart Service REST API endpoints, covering item quantity adjustments, wish list management, and product comparison staging without manual request crafting.

Do I need a bearer token to authenticate e-commerce cart API requests?

Yes, e-commerce cart API requests require a valid ABS bearer token for authentication. The Skill applies the service's hybrid scoping rules for guest, user, acting, and tenant-scoped business carts automatically.

How do I handle wish lists and compare tables for e-commerce integrations?

Handle wish lists and compare tables by targeting the cart-specific REST API endpoints that support creating, updating, and staging product comparisons tied to individual guest or tenant-scoped business carts.

Can I use JSON Patch operations for cart management across different tenant scopes?

Yes, cart management supports standard REST and JSON Patch operations for all cart-related endpoints. This applies to guest, user, acting, and business tenant-scoped carts for adding items and updating quantities.

What is the best way to automate ABS cart checkout workflows without memorizing endpoint paths?

Automate ABS cart checkout workflows by using a Skill that abstracts endpoint-specific formatting requirements and scoping rules, allowing you to retrieve carts, add products, and submit for checkout directly.