Hanzo
OpenapiCommerce

Seed the embedded catalog, without disturbing edits already made

Upserts the shipped catalog seed and answers how many entries it created.

POST /v1/commerce/catalog/seed

Addresshttps://api.hanzo.ai/v1/commerce/catalog/seed
MethodPOST
Operationpost_commerce_catalog_seed
AuthAuthorization: Bearer $HANZO_API_KEY

Upserts the shipped catalog seed and answers how many entries it created. It is idempotent and non-destructive — an entry an administrator has since edited is left alone — so it is safe to run against a live catalog to fill in what is missing. PLATFORM admin only; an org-level admin is refused 403.

Request

The document declares no body for POST /v1/commerce/catalog/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_catalog_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