Hanzo
OpenapiCommerce

Fetch a bundle as this storefront sells it

Returns the stored bundle with the store's listing for it laid over the top — every non-empty listing field wins, and the currency is forced to the…

GET /v1/commerce/store/{storeid}/bundle/{key}

Addresshttps://api.hanzo.ai/v1/commerce/store/{storeid}/bundle/{key}
MethodGET
Operationget_commerce_store_by_storeid_bundle_by_key
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the stored bundle with the store's listing for it laid over the top — every non-empty listing field wins, and the currency is forced to the store's own — so the caller reads what this storefront actually sells rather than the catalog-wide record. The overlay is keyed by the item's ID: a listing filed only under a slug or SKU does not reach it, unlike the listing reads, which do fall back to those. An unknown store or key is 404. Readable with an admin token or the anonymous published storefront key.

Request

2 fields.

FieldInTypeRequiredDescription
storeidpathstringyes
keypathstringyes

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