Hanzo
OpenapiCommerce

Start this store's no-card trial on the entry plan

Creates a trialing subscription for the addressed store on the entry plan and grants that plan's trial credit, answering 201 when this call actually…

POST /v1/commerce/store/{storeid}/trial

Addresshttps://api.hanzo.ai/v1/commerce/store/{storeid}/trial
MethodPOST
Operationpost_commerce_store_by_storeid_trial
AuthAuthorization: Bearer $HANZO_API_KEY

Creates a trialing subscription for the addressed store on the entry plan and grants that plan's trial credit, answering 201 when this call actually started one and 200 with a reason otherwise — not_new when the store already has billing history, trial_not_configured when no entry plan is wired. The window is always the SEVEN-DAY no-card trial, because this address never presents a card; the longer card-present window is reached only by adding a card afterwards. Entitlement is per store while the billing subject is the org, so every store an org owns takes its own trial. Admin-gated and namespaced to the caller's org: no resolvable store is 404 with store_required, and a backing-store failure is 503.

Request

1 field.

FieldInTypeRequiredDescription
storeidpathstringyes

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