Skip to content

[DX-9677] Python CMA SDK | Taxonomy publish, unpublish, localize, unlocalize + terms localize, unlocalize - #180

Open
OMpawar-21 wants to merge 1 commit into
developmentfrom
feat/DX-9677-taxonomy-publish
Open

[DX-9677] Python CMA SDK | Taxonomy publish, unpublish, localize, unlocalize + terms localize, unlocalize#180
OMpawar-21 wants to merge 1 commit into
developmentfrom
feat/DX-9677-taxonomy-publish

Conversation

@OMpawar-21

Copy link
Copy Markdown
Contributor

Summary

  • Adds Taxonomy.publish() / unpublish()POST /taxonomies/publish|unpublish (collection-level, no uid)
  • Adds Taxonomy.localize() / unlocalize()POST|DELETE /taxonomies/{uid}?locale=...
  • Adds Terms.localize() / unlocalize()POST|DELETE /taxonomies/{uid}/terms/{uid}?locale=...
  • Locale passed via add_param("locale", "...") following existing SDK convention

Reference

Test plan

  • Unit tests: 21 pass (tests/unit/taxonomies/ + tests/unit/terms/)
  • Integration tests written in tests/integration/api/test_07_taxonomy.py + test_08_terms.py — require live credentials to run

🤖 Generated with Claude Code

… term localize/unlocalize

Adds six new methods to the Python management SDK taxonomy/terms surfaces:
- Taxonomy.publish() / unpublish() — POST /taxonomies/publish|unpublish (collection-level)
- Taxonomy.localize() / unlocalize() — POST|DELETE /taxonomies/{uid}?locale=...
- Terms.localize() / unlocalize() — POST|DELETE /taxonomies/{uid}/terms/{uid}?locale=...

Unit tests (21 pass) and integration tests included. Locale passed via
add_param("locale", "...") following existing SDK convention.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@OMpawar-21
OMpawar-21 requested a review from a team as a code owner August 4, 2026 06:50
@snyk-io

snyk-io Bot commented Aug 4, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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.

1 participant