Hanzo
OpenapiCommerce

The storefront's whole listing override map

Returns every override this store applies to catalog items — name, price, list price, media, availability and the hidden flag — keyed by product or…

GET /v1/commerce/store/{storeid}/listing

Addresshttps://api.hanzo.ai/v1/commerce/store/{storeid}/listing
MethodGET
Operationget_commerce_store_by_storeid_listing
AuthAuthorization: Bearer $HANZO_API_KEY

Returns every override this store applies to catalog items — name, price, list price, media, availability and the hidden flag — keyed by product or variant id, in one read. A listing is an OVERRIDE, not a product: the catalog item exists independently and this map only says how this storefront presents it. Read from the caller org's own namespaced database, so a store id belonging to another tenant is 404. Readable with an admin token or the anonymous published storefront key.

Request

1 field.

FieldInTypeRequiredDescription
storeidpathstringyes

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