Skip to content

v1.0.6 — accounts: business-identity, autofeed, shipping & return-policies

Choose a tag to compare

@yasserstudio yasserstudio released this 12 Jun 12:44
· 60 commits to main since this release
93dfc4c

What's Changed

Fills the remaining accounts/v1 sub-resources, in one patch.

  • gmc accounts business-identity get|update — diversity/identity attributes (--promotions-consent given|denied, --black-owned/--women-owned/--veteran-owned/--latino-owned/--small-business <yes|no>).
  • gmc accounts autofeed get|update--enable-products <true|false>.
  • gmc accounts shipping get|set — read or replace the shipping-settings singleton. set is a full replace; the --file body must carry the etag from get (the API rejects a stale one).
  • gmc accounts return-policies list|get|create|delete — manage online return policies. The id is auto-generated on create; bodies via --file/stdin (no patch in v1 — recreate to change).

API surface web-verified against the live accounts/v1 docs; ran the multi-agent review (security · code-quality · correctness — 0 critical/high, 3 consistency fixes applied).

Packages

@gmc-cli/cli 1.0.5 → 1.0.6 · @gmc-cli/api → 0.9.12 (internal)

Install

npm i -g @gmc-cli/cli · brew install yasserstudio/tap/gmc · or the standalone binaries below.

Tests: api 114 · cli 232 (+17). Full changelog: v1.0.5...v1.0.6