Hanzo
OpenapiCommerce

Add a subscription plan

Creates a plan from the body and answers it at 201.

POST /v1/commerce/plans/entries

Addresshttps://api.hanzo.ai/v1/commerce/plans/entries
MethodPOST
Operationpost_commerce_plans_entries
AuthAuthorization: Bearer $HANZO_API_KEY

Creates a plan from the body and answers it at 201. The slug is required and globally unique — a duplicate is 409 — and the row is marked authoritative on creation, so the corrective seed will leave it alone. Price, annual price and the contact-sales flag are stored exactly as sent, never coerced, so the difference between a free plan and a quote-only plan survives. PLATFORM admin only.

Request

The document declares no body for POST /v1/commerce/plans/entries. 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_entries, 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