Hanzo
OpenapiCommerce

Edit a rate, and mark it as operator-set

Edits one rate and MARKS it edited, which is the whole contract with the importer: an operator's price outranks the document it came from, so a later…

PUT /v1/commerce/rates/entries/{slug}

Addresshttps://api.hanzo.ai/v1/commerce/rates/entries/{slug}
MethodPUT
Operationput_commerce_rates_entries_by_slug
AuthAuthorization: Bearer $HANZO_API_KEY

Edits one rate and MARKS it edited, which is the whole contract with the importer: an operator's price outranks the document it came from, so a later import leaves this row alone. Without that mark a price set here would apply, work, and silently revert on the next import. Only the editable fields move; identity and bookkeeping are not writable from the body. SuperAdmin only.

Request

1 field.

FieldInTypeRequiredDescription
slugpathstringyes

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