Hanzo
OpenapiCommerce

Create a storefront

Creates a store from the body inside the caller org's own namespaced database, so the row is physically isolated to that tenant from its first write, and…

POST /v1/commerce/store/

Addresshttps://api.hanzo.ai/v1/commerce/store/
MethodPOST
Operationpost_commerce_store
AuthAuthorization: Bearer $HANZO_API_KEY

Creates a store from the body inside the caller org's own namespaced database, so the row is physically isolated to that tenant from its first write, and answers it at 201 with a Location header naming its id. Requires an admin or store-write token: the anonymous published storefront key may READ stores but never create one. A body that fails to decode is 400.

Request

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