Hanzo AI
OpenapiCommerce

Update store

Loads the stored store and decodes the body over it, so only the fields the body names change and everything else keeps its stored value — the difference…

PATCH /v1/commerce/store/{storeid}

Addresshttps://api.hanzo.ai/v1/commerce/store/{storeid}
MethodPATCH
Operationpatch_commerce_store_by_storeid
AuthAuthorization: Bearer $HANZO_API_KEY

Loads the stored store and decodes the body over it, so only the fields the body names change and everything else keeps its stored value — the difference from the full replace, which clears what it is not told. Answers the merged entity. The id is resolved inside the caller org's own namespace, so an unknown or foreign id is 404. Requires an admin token, or one holding both store read and store write.

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 commerce store update <storeid>

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page