Hanzo
OpenapiCommerce

The reference currency list the price and settings pickers render

Returns every reference currency as one global list, so a store settings form or a product price picker binds real rows instead of a hardcoded array.

GET /v1/commerce/currencies

Addresshttps://api.hanzo.ai/v1/commerce/currencies
MethodGET
Operationget_commerce_currencies
AuthAuthorization: Bearer $HANZO_API_KEY

Returns every reference currency as one global list, so a store settings form or a product price picker binds real rows instead of a hardcoded array. It is a default-namespace read shared by every tenant rather than per-org data, and it is public and cacheable.

Request

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

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page