absuite-locations-cli

Manage tenant and wallet location records via the absuite CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing business location and address records across tenant and wallet scopes in the Alliance Business Suite is time-consuming and prone to input errors, especially when navigating CLI commands without clear, structured guidance.

Core Features & Use Cases

  • Tenant-scoped location management: Full CRUD operations for physical business address records tied to a specific business tenant, including configurable shipping, routing, and default address flags.
  • Wallet-scoped location management: Create, update, and manage billing and shipping addresses attached to specific wallet profiles, independent of tenant context.
  • Use case: A business administrator can quickly add a new warehouse location to their tenant profile or update a wallet's billing address without needing to interact with raw REST API endpoints or handle complex JSON Patch operations.

Quick Start

Use the absuite-locations-cli skill to create a new tenant-scoped warehouse location with the required address, geocoordinate, and shipping flag details after authenticating your absuite CLI session and setting your default tenant ID.

Frequently Asked Questions about absuite-locations-cli

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

FAQPage Schema
How do I manage business addresses and physical locations via the absuite CLI?

Business address management via the absuite CLI uses list, count, get, create, update, and delete operations for tenant-scoped physical locations and wallet-scoped billing addresses. You need an authenticated session and valid GUIDs to execute these commands.

Can I update wallet billing and shipping addresses without interacting with the REST API?

Wallet billing and shipping address updates can be handled directly through the absuite CLI commands. This bypasses raw REST API endpoints and complex JSON Patch operations, reducing manual entry errors for wallet profile maintenance.

What's the best way to add a new warehouse location to a tenant profile using the absuite CLI?

Adding a warehouse location requires executing the create operation via the absuite CLI with the required address, geocoordinate, and shipping flag details. You must set your default tenant ID and authenticate your session before creating the physical business location.

Do I need specific identifiers to perform CRUD operations on tenant and wallet locations?

CRUD operations on tenant and wallet locations require valid tenant or wallet GUIDs. An authenticated absuite CLI session is also mandatory to execute list, count, get, create, update, and delete commands for the location records.

Does the absuite CLI support configurable shipping and routing flags for business addresses?

The absuite CLI supports configurable shipping, routing, and default address flags for tenant-scoped physical business address records. These flags are set during the create or update operations for your location management workflows.

Why does managing location records manually across tenant and wallet scopes cause input errors?

Manual location record management across tenant and wallet scopes is time-consuming and prone to input errors. Navigating CLI commands without structured guidance or handling complex JSON Patch operations manually increases the risk of mistakes.