Hanzo
OpenapiCommerce

The raw catalog entries, including the unpublished ones

Returns every catalog row as stored — the admin view, which unlike the public projection includes entries that are not published.

GET /v1/commerce/catalog/entries

Addresshttps://api.hanzo.ai/v1/commerce/catalog/entries
MethodGET
Operationget_commerce_catalog_entries
AuthAuthorization: Bearer $HANZO_API_KEY

Returns every catalog row as stored — the admin view, which unlike the public projection includes entries that are not published. It is cross-tenant platform data, so the gate is a PLATFORM admin: an org-level admin is refused 403 no matter how privileged they are inside their own org, enforced by the handler itself and not only by the route's token middleware.

Request

GET /v1/commerce/catalog/entries takes no parameters and no body — the credential is the whole request.

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