shoplazza-customers
shoplazza CLI — customers module
CRITICAL — before anything else, use Read on ../shoplazza-common/SKILL.md.
It owns every cross-cutting mechanic: the three access tiers, the output envelope (.data),
--dry-run, --jq (incl. "don't pass -r"), --fields, schema, api rest, auth / profiles,
and the safety protocol. This file covers only the customers domain and never repeats them.
Overview
The customers module manages customer (buyer) profiles and their shipping addresses. All
three access tiers apply (tier-selection rule is in shoplazza-common — prefer +shortcut).
Shortcuts are +create and +search only. There is no +count — counting is the
count spec leaf — and no +update / +delete; updates are the update leaf, and this
module has no customer-delete command at all (only addresses have delete).