Skip to content

feat(admin): add command to update organization billing external ID#649

Merged
acarranoqovery merged 4 commits into
mainfrom
feat/admin-update-billing-external-id
May 29, 2026
Merged

feat(admin): add command to update organization billing external ID#649
acarranoqovery merged 4 commits into
mainfrom
feat/admin-update-billing-external-id

Conversation

@acarranoqovery
Copy link
Copy Markdown
Contributor

@acarranoqovery acarranoqovery commented May 28, 2026

Summary

  • Adds qovery admin update-billing-external-id CLI command (hidden under admin)
  • Calls PUT /admin/organization/{orgId}/billingExternalId with the provided external ID (Chargebee subscription)
  • Both --organization-id and --billing-external-id flags are required

Usage

qovery admin update-billing-external-id --organization-id "xxx-xxx-xxx" --billing-external-id "chargebee_id"

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a hidden admin CLI command for updating an organization's billing external ID through the admin API.

Changes:

  • Introduces qovery admin update-billing-external-id.
  • Adds required organization and billing external ID flags.
  • Sends an authenticated PUT request to the admin billing external ID endpoint.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cmd/admin_organization_update_billing_external_id.go
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@acarranoqovery acarranoqovery merged commit 4b5e81c into main May 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants