bc-customers
Work with BigCommerce customers — Customer API, customer groups, addresses, stored instruments, attributes, Customer Login API (SSO), and customer segmentation. Use when building customer-facing features or integrating customer data.
npx skills add majiayu000/claude-skill-registry --skill bc-customers --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# BigCommerce Customer Management ## Before writing code **Fetch live docs**: 1. Web-search `site:developer.bigcommerce.com rest customers` for Customers API reference 2. Fetch `https://developer.bigcommerce.com/docs/start/authentication/customer-login` for Customer Login API 3. Web-search `bigcommerce customer groups api` for customer group management ## Customer API (V3) ### Endpoints | Endpoint | Methods | Description | |----------|---------|-------------| | `/v3/customers` | GET, POST, PUT, DELETE | Customer CRUD | | `/v3/customers/addresses` | GET, POST, PUT, DELETE | Customer addresses | | `/v3/customers/attributes` | GET, POST, PUT, DELETE | Custom attribute definitions | | `/v3/customers/attribute-values` | GET, PUT, DELETE | Attribute values per customer | | `/v3/customers/form-field-values` | GET, PUT | Form field values | | `/v3/customers/settings` | GET, PUT | Customer settings | ### Customer Fields Core fields: - `id`, `email`, `first_name`, `last_name`, `company` - `phone`, `date_created`, `date_modified` - `customer_group_id` — assigned group - `notes` — admin notes - `registration_ip_address` - `authentication` — password or external auth ### Creating Customers ```j
- Before writing code
- Customer API (V3)
- Endpoints
- Customer Fields
- Creating Customers
- Customer Groups
- What They Do
- Managing Groups
- Default Groups
- Customer Addresses
- CRUD Operations
- Custom Attributes
- Attribute Definitions
- Attribute Values
What does the bc-customers skill do?
Work with BigCommerce customers — Customer API, customer groups, addresses, stored instruments, attributes, Customer Login API (SSO), and customer segmentation. Use when building customer-facing features or integrating customer data.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bc-customers --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
