Skip to content

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

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

[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 ownerAugust 4, 2026 06:50
@snyk-io

snyk-ioBot commented Aug 4, 2026

Copy link
Copy Markdown

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

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues
Licenses0000 0 issues
Code Security0000 0 issues

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

@OMpawar-21
OMpawar-21 deleted the feat/DX-9677-taxonomy-publish branch August 12, 2026 10:43
Sign up for freeto 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

@OMpawar-21