Hanzo AI
OpenapiCommerce

Create entries

Creates a catalog row from the body and answers it at 201.

POST /v1/commerce/catalog/entries

Addresshttps://api.hanzo.ai/v1/commerce/catalog/entries
MethodPOST
Operationpost_commerce_catalog_entries
AuthAuthorization: Bearer $HANZO_API_KEY

Creates a catalog row from the body and answers it at 201. The slug is required and is the globally-unique catalog key, so a second entry claiming a slug already in use is refused 409 rather than shadowing the first. PLATFORM admin only — this is cross-tenant pricing and packaging data, and an org-level admin is refused 403.

Request

The document declares no body for POST /v1/commerce/catalog/entries. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask MCP's describe for post_commerce_catalog_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 commerce catalog entries create

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page