Hanzo
OpenapiCommerce

Seed the embedded plan catalog, without overwriting administrative edits

Upserts the shipped plan rows and answers how many were created and how many corrected.

POST /v1/commerce/plans/seed

Addresshttps://api.hanzo.ai/v1/commerce/plans/seed
MethodPOST
Operationpost_commerce_plans_seed
AuthAuthorization: Bearer $HANZO_API_KEY

Upserts the shipped plan rows and answers how many were created and how many corrected. It is idempotent and non-destructive — a row an administrator authored or edited is left as it stands — so it is safe against a live authority and fills only what is missing or has drifted. PLATFORM admin only, and a deployment with no seed source wired answers 500 rather than quietly seeding nothing.

Request

The document declares no body for POST /v1/commerce/plans/seed. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_commerce_plans_seed, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page