Hanzo
OpenapiCommerce

The public product catalog projection for a brand

Returns the brand's published catalog — the shared source docs, the console sidebar and the pricing pages all read — with the brand taken from the query…

GET /v1/commerce/catalog

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

Returns the brand's published catalog — the shared source docs, the console sidebar and the pricing pages all read — with the brand taken from the query and defaulting to hanzo. It is public and cacheable, and it is the projection that deliberately omits cost and margin; those live only on the platform-admin projection.

Request

GET /v1/commerce/catalog 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 commerce catalog

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page